mission = 
{
    trig = 
    {
        actions = 
        {
            [1] = "a_out_text_delay_s(\"red\", \"Взлетайте и следуйте по маршруту.Сегодня вам предстоит сопроводить группу Су-24М для атаки вражеского аэродрома.\", \"10\"); mission.trig.func[1]='';",
            [2] = "a_activate_group(\"СНГ Су-24\"); mission.trig.func[2]='';",
            [3] = "a_activate_group(\"НАТО Истр\"); mission.trig.func[3]='';",
        }, -- end of actions
        custom = 
        {
        }, -- end of custom
        func = 
        {
            [1] = "if mission.trig.conditions[1]() then mission.trig.actions[1]() end",
            [2] = "if mission.trig.conditions[2]() then mission.trig.actions[2]() end",
            [3] = "if mission.trig.conditions[3]() then mission.trig.actions[3]() end",
        }, -- end of func
        flag = 
        {
            [1] = true,
            [2] = true,
            [3] = true,
        }, -- end of flag
        conditions = 
        {
            [1] = "return(c_time_after(\"3\") )",
            [2] = "return(c_unit_in_zone(\"1\", \"1\") )",
            [3] = "return(c_unit_in_zone(\"1\", \"2\") )",
        }, -- end of conditions
        customStartup = 
        {
            [6] = "for i,t in ipairs(mission.result.offline.actions) do mission.result.offline.actions[i]=loadstring(t) end",
            [2] = "for i,t in ipairs(mission.result.blue.conditions) do mission.result.blue.conditions[i]=loadstring(t) end",
            [8] = "for i,t in ipairs(mission.trig.actions) do mission.trig.actions[i]=loadstring(t) end",
            [3] = "for i,t in ipairs(mission.result.offline.conditions) do mission.result.offline.conditions[i]=loadstring(t) end",
            [1] = "for i,t in ipairs(mission.result.red.conditions) do mission.result.red.conditions[i]=loadstring(t) end",
            [4] = "for i,t in ipairs(mission.result.red.actions) do mission.result.red.actions[i]=loadstring(t) end",
            [5] = "for i,t in ipairs(mission.result.blue.actions) do mission.result.blue.actions[i]=loadstring(t) end",
            [7] = "for i,t in ipairs(mission.trig.conditions) do mission.trig.conditions[i]=loadstring(t) end",
        }, -- end of customStartup
        funcStartup = 
        {
        }, -- end of funcStartup
    }, -- end of trig
    resultRed = 
    {
    }, -- end of resultRed
    resultBlue = 
    {
    }, -- end of resultBlue
    descriptionBlueTask = "",
    goals = 
    {
        [1] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 1,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "at start",
        }, -- end of [1]
        [2] = 
        {
            rules = 
            {
                [1] = 
                {
                    group = 94,
                    predicate = "c_group_alive",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            side = "OFFLINE",
            score = 50,
            predicate = "score",
            comment = "usgp",
        }, -- end of [2]
    }, -- end of goals
    trigfunc = 
    {
        [1] = "if c_time_after(\"3\") then a_out_text_delay_s(\"red\", \"Взлетайте и следуйте по маршруту.Сегодня вам предстоит сопроводить группу Су-24М для атаки вражеского аэродрома.\", \"10\"); mission.trigfunc[1]='';end;",
        [2] = "if c_unit_in_zone(\"1\", \"1\") then a_activate_group(\"СНГ Су-24\"); mission.trigfunc[2]='';end;",
        [3] = "if c_unit_in_zone(\"1\", \"2\") then a_activate_group(\"НАТО Истр\"); mission.trigfunc[3]='';end;",
    }, -- end of trigfunc
    weather = 
    {
        qnh = 760,
        wind = 
        {
            at8000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at8000
            at2000 = 
            {
                speed = 0,
                dir = 0,
            }, -- end of at2000
            atGround = 
            {
                speed = 0,
                dir = 0,
            }, -- end of atGround
        }, -- end of wind
        name = "Winter, clean sky",
        fog = 
        {
            thickness = 0,
            density = 0,
        }, -- end of fog
        turbulence = 
        {
            at8000 = 0,
            at2000 = 0,
            atGround = 0,
        }, -- end of turbulence
        season = 
        {
            temperature = 20,
            iseason = 1,
        }, -- end of season
        visibility = 
        {
            distance = 80000,
        }, -- end of visibility
        clouds = 
        {
            density = 0,
            thickness = 0,
            base = 0,
            iprecptns = 0,
        }, -- end of clouds
    }, -- end of weather
    result = 
    {
        [1] = "if c_group_alive(\"Су-27 ПВО\")  then a_set_mission_result(50) end",
        [2] = "if c_group_alive(\"СНГ Су-24\")  then a_set_mission_result(50) end",
        offline = 
        {
            conditions = 
            {
                [1] = "return(c_group_alive(\"Су-27 ПВО\") )",
                [2] = "return(c_group_alive(\"СНГ Су-24\") )",
            }, -- end of conditions
            actions = 
            {
                [1] = "a_set_mission_result(50)",
                [2] = "a_set_mission_result(50)",
            }, -- end of actions
            func = 
            {
                [1] = "if mission.result.offline.conditions[1]() then mission.result.offline.actions[1]() end",
                [2] = "if mission.result.offline.conditions[2]() then mission.result.offline.actions[2]() end",
            }, -- end of func
        }, -- end of offline
        blue = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of blue
        red = 
        {
            conditions = 
            {
            }, -- end of conditions
            actions = 
            {
            }, -- end of actions
            func = 
            {
            }, -- end of func
        }, -- end of red
    }, -- end of result
    triggers = 
    {
        zones = 
        {
            [1] = 
            {
                radius = 6000,
                zoneId = 1,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.74755634378497,
                hidden = false,
                long = 0.76956399088083,
                x = -195762.36980208,
                name = "1",
                y = 807401.97531052,
            }, -- end of [1]
            [2] = 
            {
                radius = 6000,
                zoneId = 2,
                color = 
                {
                    [1] = 1,
                    [2] = 1,
                    [3] = 1,
                    [4] = 0.15,
                }, -- end of color
                lat = 0.73794074966863,
                hidden = false,
                long = 0.76488178078771,
                x = -259941.39894046,
                name = "2",
                y = 793359.30368722,
            }, -- end of [2]
        }, -- end of zones
    }, -- end of triggers
    map = 
    {
        centerY = 0.72833245178032,
        zoom = 1000000,
        centerX = 0.74720011997656,
    }, -- end of map
    coalitions = 
    {
        blue = 
        {
            [1] = 11,
            [2] = 4,
            [3] = 6,
            [4] = 10,
            [5] = 16,
            [6] = 13,
            [7] = 15,
            [8] = 9,
            [9] = 8,
            [10] = 17,
            [11] = 12,
            [12] = 2,
            [13] = 3,
            [14] = 5,
        }, -- end of blue
        red = 
        {
            [1] = 0,
            [2] = 1,
        }, -- end of red
    }, -- end of coalitions
    descriptionText = "Сегодня командование ВВС СНГ приказывает сопроводить группу ударных самолетов для атаки стоянок с самолетами на аэродроме Кутаиси.Специально для этого было решено провести операцию рано утром,используя фактор внезапности.\
       Так же группа Ту-160 будет атаковать стоянки и ВПП Батуми и Кобулети.а наземным силам удалось незаметно перебросить к границе батарею РСЗО \"Смерч\",а так же батарею САУ Мста-С.\
         День будет жарким.",
    trigflag = 
    {
        [1] = true,
        [2] = true,
        [3] = true,
    }, -- end of trigflag
    descriptionRedTask = "Уничтожить Аэродром Батуми,Кобулети,Сенаки,Кутаиси.\
   Сопроводить группу Су-24М до цели и обратно.",
    pictureFileNameB = 
    {
    }, -- end of pictureFileNameB
    pictureFileNameR = 
    {
        [1] = "eckstur{6A1B81D7-BB03-4cb2-BC8D-FC49A2BB663D}.jpg",
    }, -- end of pictureFileNameR
    trigrules = 
    {
        [1] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    seconds = 3,
                    predicate = "c_time_after",
                    unit = "",
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    seconds = 10,
                    coalitionlist = "red",
                    predicate = "a_out_text_delay_s",
                    text = "Взлетайте и следуйте по маршруту.Сегодня вам предстоит сопроводить группу Су-24М для атаки вражеского аэродрома.",
                }, -- end of [1]
            }, -- end of actions
            comment = "1",
        }, -- end of [1]
        [2] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 1,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 94,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "2",
        }, -- end of [2]
        [3] = 
        {
            predicate = "triggerOnce",
            rules = 
            {
                [1] = 
                {
                    zone = 2,
                    predicate = "c_unit_in_zone",
                    unit = 1,
                }, -- end of [1]
            }, -- end of rules
            actions = 
            {
                [1] = 
                {
                    group = 121,
                    text = "",
                    predicate = "a_activate_group",
                    seconds = 10,
                }, -- end of [1]
            }, -- end of actions
            comment = "3",
        }, -- end of [3]
    }, -- end of trigrules
    coalition = 
    {
        blue = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Belgium",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 11,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "UK",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 4,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
                [3] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Germany",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 6,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 19,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73180814896557,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73036466503752,
                                            x = -318071.21196435,
                                            speed = 5.5555555555556,
                                            y = 634084.33031857,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 60,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Roland Radar",
                                        CLSID = "{E7CF8850-522C-4EBA-AB32-0C4DF31B02FD}",
                                        unitId = 317,
                                        lat = 0.73180814896557,
                                        skill = "Average",
                                        long = 0.73036466503752,
                                        x = -318071.21196435,
                                        name = "Юнит #38",
                                        heading = 0,
                                        y = 634084.33031857,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 318,
                                        lat = 0.73177249734589,
                                        skill = "Average",
                                        long = 0.73088302777762,
                                        x = -318040.94659314,
                                        name = "Юнит #39",
                                        heading = 4.6949356878647,
                                        y = 636571.37928633,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Roland ADS",
                                        CLSID = "{355F9BBF-7686-481E-A277-8BE23C862003}",
                                        unitId = 375,
                                        lat = 0.73180911037337,
                                        skill = "Average",
                                        long = 0.73060799407069,
                                        x = -317944.24400994,
                                        name = "Юнит #40",
                                        heading = 4.6949356878647,
                                        y = 635240.20206772,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "нато ф-4е",
                                groupId = 125,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73814612277807,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72713993520213,
                                            x = -279269.02589195,
                                            speed = 138.88888888889,
                                            y = 614615.86607751,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74169461273439,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72824862375928,
                                                    radius = 1000,
                                                    y = 617006.72366145,
                                                    x = -251100.57647389,
                                                    lat = 0.74248348289871,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72668168378674,
                                                    radius = 1000,
                                                    y = 610025.21929357,
                                                    x = -255749.67495776,
                                                    lat = 0.7418725540042,
                                                    categories = 
                                                    {
                                                        [1] = "Ships",
                                                        [2] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                            }, -- end of targets
                                            long = 0.72769069269901,
                                            x = -256395.82984296,
                                            speed = 138.88888888889,
                                            y = 614898.46790895,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 2000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73171938255562,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72841555187652,
                                            x = -319601.01495177,
                                            speed = 138.88888888889,
                                            y = 624875.46990987,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 18,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.731802,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.730691,
                                            x = -317948.32727306,
                                            speed = 138.88888888889,
                                            airdromeId = 24,
                                            y = 635639.37385346,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "SEAD",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 460,
                                        lat = 0.73814612277807,
                                        skill = "Average",
                                        long = 0.72713993520213,
                                        x = -279269.02589195,
                                        name = "пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 614615.86607751,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 67,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 461,
                                        lat = 0.73813912277807,
                                        skill = "Average",
                                        long = 0.72714693520213,
                                        x = -279310.24207812,
                                        name = "Пилот #21",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 614653.43671367,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 68,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 462,
                                        lat = 0.73813212277807,
                                        skill = "Average",
                                        long = 0.72715393520213,
                                        x = -279351.45826429,
                                        name = "Пилот #22",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98452}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [6] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [6]
                                                [8] = 
                                                {
                                                    CLSID = "{E6A6262A-CA08-4B3D-B030-E1A993B98453}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{3E6B632D-65EB-44D2-9501-1C2D04515405}",
                                                }, -- end of [9]
                                            }, -- end of pylons
                                            fuel = "4864",
                                            flare = 30,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = 614691.00734984,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 69,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73175927849612,
                                            long = 0.73066678970724,
                                            x = -318232.56225067,
                                            name = "",
                                            speed = 0,
                                            y = 635552.29728926,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 65,
                                lat = 0.73175927849612,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 376,
                                        lat = 0.73175927849612,
                                        long = 0.73066678970724,
                                        x = -318232.56225067,
                                        name = "Торнадо нато",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635552.29728926,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73066678970724,
                                name = "Торнадо нато",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73175855747246,
                                            long = 0.73066137814519,
                                            x = -318239.84393904,
                                            name = "",
                                            speed = 0,
                                            y = 635527.049462,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 66,
                                lat = 0.73175855747246,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 377,
                                        lat = 0.73175855747246,
                                        long = 0.73066137814519,
                                        x = -318239.84393904,
                                        name = "Торнадо нато #001",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635527.049462,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73066137814519,
                                name = "Торнадо нато #001",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73175743588104,
                                            long = 0.73065476441124,
                                            x = -318250.27497634,
                                            name = "",
                                            speed = 0,
                                            y = 635496.35036485,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 67,
                                lat = 0.73175743588104,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 378,
                                        lat = 0.73175743588104,
                                        long = 0.73065476441124,
                                        x = -318250.27497634,
                                        name = "Торнадо нато #002",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635496.35036485,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73065476441124,
                                name = "Торнадо нато #002",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73176096088647,
                                            long = 0.73067280063786,
                                            x = -318218.85729498,
                                            name = "",
                                            speed = 0,
                                            y = 635579.76393249,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 68,
                                lat = 0.73176096088647,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 379,
                                        lat = 0.73176096088647,
                                        long = 0.73067280063786,
                                        x = -318218.85729498,
                                        name = "Торнадо нато #003",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635579.76393249,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73067280063786,
                                name = "Торнадо нато #003",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73176224270939,
                                            long = 0.73067849698776,
                                            x = -318207.86089052,
                                            name = "",
                                            speed = 0,
                                            y = 635605.99787607,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 69,
                                lat = 0.73176224270939,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tornado IDS",
                                        CLSID = "{4AED1A01-FA09-11d5-9190-00A0249B6F00}",
                                        unitId = 380,
                                        lat = 0.73176224270939,
                                        long = 0.73067849698776,
                                        x = -318207.86089052,
                                        name = "Торнадо нато #004",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635605.99787607,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73067849698776,
                                name = "Торнадо нато #004",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73176728990149,
                                            long = 0.73071149512811,
                                            x = -318159.31379677,
                                            name = "",
                                            speed = 0,
                                            y = 635759.52555714,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 70,
                                lat = 0.73176728990149,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 381,
                                        lat = 0.73176728990149,
                                        long = 0.73071149512811,
                                        x = -318159.31379677,
                                        name = "Торнадо нато #005",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635759.52555714,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73071149512811,
                                name = "Торнадо нато #005",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73176833138842,
                                            long = 0.73071654879948,
                                            x = -318150.16792537,
                                            name = "",
                                            speed = 0,
                                            y = 635782.86242517,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 71,
                                lat = 0.73176833138842,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 382,
                                        lat = 0.73176833138842,
                                        long = 0.73071654879948,
                                        x = -318150.16792537,
                                        name = "Торнадо нато #006",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635782.86242517,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73071654879948,
                                name = "Торнадо нато #006",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73176913253288,
                                            long = 0.730720596697,
                                            x = -318143.05294876,
                                            name = "",
                                            speed = 0,
                                            y = 635801.57649139,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 72,
                                lat = 0.73176913253288,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 383,
                                        lat = 0.73176913253288,
                                        long = 0.730720596697,
                                        x = -318143.05294876,
                                        name = "Торнадо нато #007",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635801.57649139,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.730720596697,
                                name = "Торнадо нато #007",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73177009390699,
                                            long = 0.73072460238695,
                                            x = -318134.93798657,
                                            name = "",
                                            speed = 0,
                                            y = 635819.98497074,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 73,
                                lat = 0.73177009390699,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 384,
                                        lat = 0.73177009390699,
                                        long = 0.73072460238695,
                                        x = -318134.93798657,
                                        name = "Торнадо нато #008",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635819.98497074,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73072460238695,
                                name = "Торнадо нато #008",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 0,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73177081493812,
                                            long = 0.73072904934646,
                                            x = -318128.13529159,
                                            name = "",
                                            speed = 0,
                                            y = 635840.64820071,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 74,
                                lat = 0.73177081493812,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 385,
                                        lat = 0.73177081493812,
                                        long = 0.73072904934646,
                                        x = -318128.13529159,
                                        name = "Торнадо нато #009",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 635840.64820071,
                                        heading = 0,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73072904934646,
                                name = "Торнадо нато #009",
                                dead = false,
                            }, -- end of [10]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [3]
                [4] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "The Netherlands",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 10,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [4]
                [5] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Georgia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 16,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [5]
                [6] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Denmark",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 13,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [6]
                [7] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Israel",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 15,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [7]
                [8] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Spain",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 9,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [8]
                [9] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Canada",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 8,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [9]
                [10] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Insurgents",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 17,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [10]
                [11] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Norway",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 12,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [11]
                [12] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "USA",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 2,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 12,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73726809694505,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73387743583903,
                                            x = -281524.4817516,
                                            speed = 5.5555555555556,
                                            y = 647088.78175007,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 61,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 324,
                                        lat = 0.73726809694505,
                                        skill = "Average",
                                        long = 0.73387743583903,
                                        x = -281524.4817516,
                                        name = "Юнит #45",
                                        heading = 5.1306133099639,
                                        y = 647088.78175007,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 325,
                                        lat = 0.73724160838191,
                                        skill = "Average",
                                        long = 0.73403720495137,
                                        x = -281611.55099212,
                                        name = "Юнит #46",
                                        heading = 5.1306133099639,
                                        y = 647862.072798,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 326,
                                        lat = 0.73725956256638,
                                        skill = "Average",
                                        long = 0.7341339935987,
                                        x = -281447.65516587,
                                        name = "Юнит #47",
                                        heading = 5.1306133099639,
                                        y = 648307.46307001,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 67,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.73608036061872,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74135426636417,
                                            x = -285214.16628684,
                                            speed = 5.5555555555556,
                                            y = 683344.44158132,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 62,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 327,
                                        lat = 0.73608036061872,
                                        skill = "Average",
                                        long = 0.74135426636417,
                                        x = -285214.16628684,
                                        name = "Юнит #48",
                                        heading = 5.4977871437821,
                                        y = 683344.44158132,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 328,
                                        lat = 0.73614349736951,
                                        skill = "Average",
                                        long = 0.741382711511,
                                        x = -284796.8865615,
                                        name = "Юнит #49",
                                        heading = 5.4977871437821,
                                        y = 683434.01903226,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 329,
                                        lat = 0.73617752032634,
                                        skill = "Average",
                                        long = 0.74153261910815,
                                        x = -284501.31091661,
                                        name = "Юнит #50",
                                        heading = 5.4977871437821,
                                        y = 684120.28434459,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = false,
                                name = "НАТО Истр",
                                groupId = 121,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73716923102809,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73534105251175,
                                            x = -281406.04017515,
                                            speed = 138.88888888889,
                                            y = 654081.21087712,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.735883735022,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7520695354479,
                                            x = -280581.70619225,
                                            speed = 138.88888888889,
                                            y = 734290.58716546,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 6000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73782490682771,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76600999055993,
                                            x = -259989.41673996,
                                            speed = 138.88888888889,
                                            y = 798789.52616414,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Intercept",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 436,
                                        lat = 0.73716923102809,
                                        skill = "Good",
                                        long = 0.73534105251175,
                                        x = -281406.04017515,
                                        name = "пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 654081.21087712,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Enfield11",
                                        }, -- end of callsign
                                        onboard_num = 59,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 437,
                                        lat = 0.73716223102809,
                                        skill = "Good",
                                        long = 0.73534805251175,
                                        x = -281447.06631144,
                                        name = "Пилот #7",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 654119.27793471,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Enfield12",
                                        }, -- end of callsign
                                        onboard_num = 60,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 438,
                                        lat = 0.73715523102809,
                                        skill = "Good",
                                        long = 0.73535505251175,
                                        x = -281488.09244773,
                                        name = "Пилот #16",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 654157.3449923,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Enfield13",
                                        }, -- end of callsign
                                        onboard_num = 61,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 439,
                                        lat = 0.73714823102809,
                                        skill = "Good",
                                        long = 0.73536205251175,
                                        x = -281529.11858403,
                                        name = "Пилот #17",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [1]
                                                [3] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E1F29B21-F291-4589-9FD8-3272EEC69506}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{8D399DDA-FF81-4F14-904D-099B34FE7918}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [9]
                                                [11] = 
                                                {
                                                    CLSID = "{6CEB49FC-DED8-4DED-B053-E1F033FF72D3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "6103",
                                            flare = 60,
                                            chaff = 120,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 654195.41204989,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Enfield14",
                                        }, -- end of callsign
                                        onboard_num = 62,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "нато а-10",
                                groupId = 124,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73903662429171,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73419263445346,
                                            x = -270094.84060294,
                                            speed = 138.88888888889,
                                            y = 647374.96924086,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74180367007063,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72899689574914,
                                            x = -255065.41408288,
                                            speed = 138.88888888889,
                                            y = 620984.64302804,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74218695281412,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72818858439523,
                                                    radius = 1000,
                                                    y = 616771.78001073,
                                                    x = -251591.34762546,
                                                    lat = 0.74241100110272,
                                                    categories = 
                                                    {
                                                        [1] = "Planes",
                                                        [2] = "Helicopters",
                                                        [3] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72852441059042,
                                            x = -252856.46842449,
                                            speed = 138.88888888889,
                                            y = 618503.5979022,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 4000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73746674121903,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.73231499393797,
                                            x = -281047.32800314,
                                            speed = 138.88888888889,
                                            y = 639558.40456907,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 14,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.737234,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.733932,
                                            x = -281713.83114196,
                                            speed = 138.88888888889,
                                            airdromeId = 23,
                                            y = 647369.87369832,
                                        }, -- end of [5]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Ground Attack",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 456,
                                        lat = 0.73903662429171,
                                        skill = "Average",
                                        long = 0.73419263445346,
                                        x = -270094.84060294,
                                        name = "пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 647374.96924086,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 1,
                                            name = "Springfield11",
                                        }, -- end of callsign
                                        onboard_num = 63,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 457,
                                        lat = 0.73902962429171,
                                        skill = "Average",
                                        long = 0.73419963445346,
                                        x = -270135.86286981,
                                        name = "Пилот #18",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 647412.96199508,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 2,
                                            name = "Springfield12",
                                        }, -- end of callsign
                                        onboard_num = 64,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 458,
                                        lat = 0.73902262429171,
                                        skill = "Average",
                                        long = 0.73420663445346,
                                        x = -270176.88513668,
                                        name = "Пилот #19",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 647450.95474929,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "Springfield13",
                                        }, -- end of callsign
                                        onboard_num = 65,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 459,
                                        lat = 0.73901562429171,
                                        skill = "Average",
                                        long = 0.73421363445346,
                                        x = -270217.90740356,
                                        name = "Пилот #20",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{6D21ECEA-F85B-4E8D-9D51-31DC9B8AA4EF}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [5]
                                                [7] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{AB8B8299-F1CC-4359-89B5-2172E0CF4A5A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{907D835F-E650-4154-BAFD-C656882555C0}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{ADD3FAE1-EBF6-4EF9-8EFC-B36B5DDF1E6B}",
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    CLSID = "{DB434044-F5D0-4F1F-9BA9-B73027E18DD3}",
                                                }, -- end of [11]
                                            }, -- end of pylons
                                            fuel = "4853",
                                            flare = 120,
                                            chaff = 240,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 647488.94750351,
                                        callsign = 
                                        {
                                            [1] = 2,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "Springfield14",
                                        }, -- end of callsign
                                        onboard_num = 66,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73725980410449,
                                            long = 0.73373732561024,
                                            x = -281648.97372562,
                                            name = "",
                                            speed = 0,
                                            y = 646432.03058282,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 95,
                                lat = 0.73725980410449,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 410,
                                        lat = 0.73725980410449,
                                        rate = "50",
                                        long = 0.73373732561024,
                                        x = -281648.97372562,
                                        name = "Торнадо нато #027",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646432.03058282,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73373732561024,
                                name = "Торнадо нато #027",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73726423231255,
                                            long = 0.73374324794359,
                                            x = -281617.73004041,
                                            name = "",
                                            speed = 0,
                                            y = 646457.02389015,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 96,
                                lat = 0.73726423231255,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 411,
                                        lat = 0.73726423231255,
                                        long = 0.73374324794359,
                                        x = -281617.73004041,
                                        name = "Торнадо нато #028",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646457.02389015,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73374324794359,
                                name = "Торнадо нато #028",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73726793591842,
                                            long = 0.73374857136496,
                                            x = -281591.40955085,
                                            name = "",
                                            speed = 0,
                                            y = 646479.67750042,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 97,
                                lat = 0.73726793591842,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 412,
                                        lat = 0.73726793591842,
                                        long = 0.73374857136496,
                                        x = -281591.40955085,
                                        name = "Торнадо нато #029",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646479.67750042,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73374857136496,
                                name = "Торнадо нато #029",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73727172005033,
                                            long = 0.73375355368815,
                                            x = -281564.7504167,
                                            name = "",
                                            speed = 0,
                                            y = 646500.66390903,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 98,
                                lat = 0.73727172005033,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 413,
                                        lat = 0.73727172005033,
                                        long = 0.73375355368815,
                                        x = -281564.7504167,
                                        name = "Торнадо нато #030",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646500.66390903,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73375355368815,
                                name = "Торнадо нато #030",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73727486008455,
                                            long = 0.73375773955084,
                                            x = -281542.60255899,
                                            name = "",
                                            speed = 0,
                                            y = 646518.32207202,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 99,
                                lat = 0.73727486008455,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 414,
                                        lat = 0.73727486008455,
                                        long = 0.73375773955084,
                                        x = -281542.60255899,
                                        name = "Торнадо нато #031",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646518.32207202,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73375773955084,
                                name = "Торнадо нато #031",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73727751704358,
                                            long = 0.7337612906918,
                                            x = -281523.85728528,
                                            name = "",
                                            speed = 0,
                                            y = 646533.30735344,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 100,
                                lat = 0.73727751704358,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 415,
                                        lat = 0.73727751704358,
                                        long = 0.7337612906918,
                                        x = -281523.85728528,
                                        name = "Торнадо нато #032",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646533.30735344,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7337612906918,
                                name = "Торнадо нато #032",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73728065709433,
                                            long = 0.73376655980637,
                                            x = -281501.15534301,
                                            name = "",
                                            speed = 0,
                                            y = 646556.08663493,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 101,
                                lat = 0.73728065709433,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 416,
                                        lat = 0.73728065709433,
                                        long = 0.73376655980637,
                                        x = -281501.15534301,
                                        name = "Торнадо нато #033",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646556.08663493,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73376655980637,
                                name = "Торнадо нато #033",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7372559395011,
                                            long = 0.73373075145886,
                                            x = -281676.95966282,
                                            name = "",
                                            speed = 0,
                                            y = 646403.57332871,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 102,
                                lat = 0.7372559395011,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 417,
                                        lat = 0.7372559395011,
                                        long = 0.73373075145886,
                                        x = -281676.95966282,
                                        name = "Торнадо нато #034",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646403.57332871,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73373075145886,
                                name = "Торнадо нато #034",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73728355561066,
                                            long = 0.73377121234346,
                                            x = -281480.30769306,
                                            name = "",
                                            speed = 0,
                                            y = 646576.11491134,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 103,
                                lat = 0.73728355561066,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 418,
                                        lat = 0.73728355561066,
                                        long = 0.73377121234346,
                                        x = -281480.30769306,
                                        name = "Торнадо нато #035",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646576.11491134,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73377121234346,
                                name = "Торнадо нато #035",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73728589053215,
                                            long = 0.73377515220846,
                                            x = -281463.41553405,
                                            name = "",
                                            speed = 0,
                                            y = 646593.1564297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 104,
                                lat = 0.73728589053215,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 419,
                                        lat = 0.73728589053215,
                                        long = 0.73377515220846,
                                        x = -281463.41553405,
                                        name = "Торнадо нато #036",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646593.1564297,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73377515220846,
                                name = "Торнадо нато #036",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73728822545858,
                                            long = 0.73377857744189,
                                            x = -281446.78652815,
                                            name = "",
                                            speed = 0,
                                            y = 646607.76499714,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 105,
                                lat = 0.73728822545858,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 420,
                                        lat = 0.73728822545858,
                                        long = 0.73377857744189,
                                        x = -281446.78652815,
                                        name = "Торнадо нато #037",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646607.76499714,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73377857744189,
                                name = "Торнадо нато #037",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73729176811504,
                                            long = 0.73378279973399,
                                            x = -281422.05467331,
                                            name = "",
                                            speed = 0,
                                            y = 646625.32217623,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 106,
                                lat = 0.73729176811504,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-15C",
                                        CLSID = "{CD247E45-4702-4E3A-A659-4F5E0E645D2B}",
                                        unitId = 421,
                                        lat = 0.73729176811504,
                                        long = 0.73378279973399,
                                        x = -281422.05467331,
                                        name = "Торнадо нато #038",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646625.32217623,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73378279973399,
                                name = "Торнадо нато #038",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7373044090503,
                                            long = 0.73380121979549,
                                            x = -281332.09099841,
                                            name = "",
                                            speed = 0,
                                            y = 646703.8262658,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 107,
                                lat = 0.7373044090503,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 422,
                                        lat = 0.7373044090503,
                                        long = 0.73380121979549,
                                        x = -281332.09099841,
                                        name = "Торнадо нато #039",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646703.8262658,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73380121979549,
                                name = "Торнадо нато #039",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73730771021015,
                                            long = 0.73380556768288,
                                            x = -281308.83364492,
                                            name = "",
                                            speed = 0,
                                            y = 646722.14107461,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 108,
                                lat = 0.73730771021015,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 423,
                                        lat = 0.73730771021015,
                                        long = 0.73380556768288,
                                        x = -281308.83364492,
                                        name = "Торнадо нато #040",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646722.14107461,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73380556768288,
                                name = "Торнадо нато #040",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7373106087977,
                                            long = 0.73380965185732,
                                            x = -281288.27620405,
                                            name = "",
                                            speed = 0,
                                            y = 646739.48233864,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 109,
                                lat = 0.7373106087977,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 424,
                                        lat = 0.7373106087977,
                                        long = 0.73380965185732,
                                        x = -281288.27620405,
                                        name = "Торнадо нато #041",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646739.48233864,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73380965185732,
                                name = "Торнадо нато #041",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73731326584298,
                                            long = 0.73381414286668,
                                            x = -281269.04972842,
                                            name = "",
                                            speed = 0,
                                            y = 646758.91083838,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 110,
                                lat = 0.73731326584298,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 425,
                                        lat = 0.73731326584298,
                                        long = 0.73381414286668,
                                        x = -281269.04972842,
                                        name = "Торнадо нато #042",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646758.91083838,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73381414286668,
                                name = "Торнадо нато #042",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 2.015215536696,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73731543979389,
                                            long = 0.73381826230831,
                                            x = -281253.09138102,
                                            name = "",
                                            speed = 0,
                                            y = 646776.91054381,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 111,
                                lat = 0.73731543979389,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 426,
                                        lat = 0.73731543979389,
                                        long = 0.73381826230831,
                                        x = -281253.09138102,
                                        name = "Торнадо нато #043",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 646776.91054381,
                                        heading = 2.015215536696,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.73381826230831,
                                name = "Торнадо нато #043",
                                dead = false,
                            }, -- end of [17]
                            [18] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621130293747,
                                            long = 0.74138701020895,
                                            x = -284362.54267862,
                                            name = "",
                                            speed = 0,
                                            y = 683405.77866034,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 112,
                                lat = 0.73621130293747,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 427,
                                        lat = 0.73621130293747,
                                        long = 0.74138701020895,
                                        x = -284362.54267862,
                                        name = "Торнадо нато #044",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683405.77866034,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74138701020895,
                                name = "Торнадо нато #044",
                                dead = false,
                            }, -- end of [18]
                            [19] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621210729948,
                                            long = 0.74139312695778,
                                            x = -284354.20297355,
                                            name = "",
                                            speed = 0,
                                            y = 683434.19933233,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 113,
                                lat = 0.73621210729948,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 428,
                                        lat = 0.73621210729948,
                                        long = 0.74139312695778,
                                        x = -284354.20297355,
                                        name = "Торнадо нато #045",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683434.19933233,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74139312695778,
                                name = "Торнадо нато #045",
                                dead = false,
                            }, -- end of [19]
                            [20] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621275078951,
                                            long = 0.74139885346672,
                                            x = -284347.09345858,
                                            name = "",
                                            speed = 0,
                                            y = 683460.88536056,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 114,
                                lat = 0.73621275078951,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 429,
                                        lat = 0.73621275078951,
                                        long = 0.74139885346672,
                                        x = -284347.09345858,
                                        name = "Торнадо нато #046",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683460.88536056,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74139885346672,
                                name = "Торнадо нато #046",
                                dead = false,
                            }, -- end of [20]
                            [21] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621347471624,
                                            long = 0.74140485658776,
                                            x = -284339.32602489,
                                            name = "",
                                            speed = 0,
                                            y = 683488.82503678,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 115,
                                lat = 0.73621347471624,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 430,
                                        lat = 0.73621347471624,
                                        long = 0.74140485658776,
                                        x = -284339.32602489,
                                        name = "Торнадо нато #047",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683488.82503678,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74140485658776,
                                name = "Торнадо нато #047",
                                dead = false,
                            }, -- end of [21]
                            [22] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621427907983,
                                            long = 0.74141159590373,
                                            x = -284330.65918884,
                                            name = "",
                                            speed = 0,
                                            y = 683520.19708698,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 116,
                                lat = 0.73621427907983,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 431,
                                        lat = 0.73621427907983,
                                        long = 0.74141159590373,
                                        x = -284330.65918884,
                                        name = "Торнадо нато #048",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683520.19708698,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74141159590373,
                                name = "Торнадо нато #048",
                                dead = false,
                            }, -- end of [22]
                            [23] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621500300756,
                                            long = 0.74141902709906,
                                            x = -284322.14138318,
                                            name = "",
                                            speed = 0,
                                            y = 683554.90677764,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 117,
                                lat = 0.73621500300756,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 432,
                                        lat = 0.73621500300756,
                                        long = 0.74141902709906,
                                        x = -284322.14138318,
                                        name = "Торнадо нато #049",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683554.90677764,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74141902709906,
                                name = "Торнадо нато #049",
                                dead = false,
                            }, -- end of [23]
                            [24] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621596824527,
                                            long = 0.74142673491406,
                                            x = -284311.94050363,
                                            name = "",
                                            speed = 0,
                                            y = 683590.75480022,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 118,
                                lat = 0.73621596824527,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 433,
                                        lat = 0.73621596824527,
                                        long = 0.74142673491406,
                                        x = -284311.94050363,
                                        name = "Торнадо нато #050",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683590.75480022,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74142673491406,
                                name = "Торнадо нато #050",
                                dead = false,
                            }, -- end of [24]
                            [25] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621677261068,
                                            long = 0.74143512460879,
                                            x = -284302.40648299,
                                            name = "",
                                            speed = 0,
                                            y = 683629.95073425,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 119,
                                lat = 0.73621677261068,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 434,
                                        lat = 0.73621677261068,
                                        long = 0.74143512460879,
                                        x = -284302.40648299,
                                        name = "Торнадо нато #051",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683629.95073425,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74143512460879,
                                name = "Торнадо нато #051",
                                dead = false,
                            }, -- end of [25]
                            [26] = 
                            {
                                heading = 2.9927027059803,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.73621773784994,
                                            long = 0.74144493737556,
                                            x = -284291.09957029,
                                            name = "",
                                            speed = 0,
                                            y = 683675.77761709,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 120,
                                lat = 0.73621773784994,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-10A",
                                        CLSID = "{8FDB2742-2283-450D-B417-CFC47774E8B6}",
                                        unitId = 435,
                                        lat = 0.73621773784994,
                                        long = 0.74144493737556,
                                        x = -284291.09957029,
                                        name = "Торнадо нато #052",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 683675.77761709,
                                        heading = 2.9927027059803,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.74144493737556,
                                name = "Торнадо нато #052",
                                dead = false,
                            }, -- end of [26]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [12]
                [13] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Turkey",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 3,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.72627184096892,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72598456502688,
                                            x = -355483.46620425,
                                            speed = 5.5555555555556,
                                            y = 616798.359713,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 59,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 314,
                                        lat = 0.72627184096892,
                                        skill = "Average",
                                        long = 0.72598456502688,
                                        x = -355483.46620425,
                                        name = "Юнит #35",
                                        heading = 0,
                                        y = 616798.359713,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 315,
                                        lat = 0.72621587745961,
                                        skill = "Average",
                                        long = 0.72606395110118,
                                        x = -355801.8054092,
                                        name = "Юнит #36",
                                        heading = 0,
                                        y = 617213.02931177,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "M48 Chaparral",
                                        CLSID = "{6416E353-E50F-497f-9F7A-51A99788E18E}",
                                        unitId = 316,
                                        lat = 0.72618678072266,
                                        skill = "Average",
                                        long = 0.72610738703503,
                                        x = -355966.27607998,
                                        name = "Юнит #37",
                                        heading = 0,
                                        y = 617438.95196463,
                                    }, -- end of [3]
                                }, -- end of units
                                name = "НАТО ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72614668425957,
                                            long = 0.72608874141424,
                                            x = -356230.74663615,
                                            name = "",
                                            speed = 0,
                                            y = 617375.20880486,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 76,
                                lat = 0.72614668425957,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 387,
                                        lat = 0.72614668425957,
                                        rate = "30",
                                        long = 0.72608874141424,
                                        x = -356230.74663615,
                                        name = "Торнадо нато #010",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617375.20880486,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72608874141424,
                                name = "Торнадо нато #010",
                                dead = false,
                            }, -- end of [1]
                            [2] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72614317688339,
                                            long = 0.72609390000907,
                                            x = -356250.60946737,
                                            name = "",
                                            speed = 0,
                                            y = 617402.07283481,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 77,
                                lat = 0.72614317688339,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 388,
                                        lat = 0.72614317688339,
                                        long = 0.72609390000907,
                                        x = -356250.60946737,
                                        name = "Торнадо нато #011",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617402.07283481,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72609390000907,
                                name = "Торнадо нато #011",
                                dead = false,
                            }, -- end of [2]
                            [3] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72613998836906,
                                            long = 0.72609833352862,
                                            x = -356268.78992479,
                                            name = "",
                                            speed = 0,
                                            y = 617425.27100091,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 78,
                                lat = 0.72613998836906,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 389,
                                        lat = 0.72613998836906,
                                        long = 0.72609833352862,
                                        x = -356268.78992479,
                                        name = "Торнадо нато #012",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617425.27100091,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72609833352862,
                                name = "Торнадо нато #012",
                                dead = false,
                            }, -- end of [3]
                            [4] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7261346476278,
                                            long = 0.72610719329771,
                                            x = -356298.55132156,
                                            name = "",
                                            speed = 0,
                                            y = 617470.97760113,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 79,
                                lat = 0.7261346476278,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 390,
                                        lat = 0.7261346476278,
                                        long = 0.72610719329771,
                                        x = -356298.55132156,
                                        name = "Торнадо нато #013",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617470.97760113,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72610719329771,
                                name = "Торнадо нато #013",
                                dead = false,
                            }, -- end of [4]
                            [5] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.7261318576984,
                                            long = 0.72611069977204,
                                            x = -356314.63873729,
                                            name = "",
                                            speed = 0,
                                            y = 617489.49452512,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 80,
                                lat = 0.7261318576984,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 391,
                                        lat = 0.7261318576984,
                                        long = 0.72611069977204,
                                        x = -356314.63873729,
                                        name = "Торнадо нато #014",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617489.49452512,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72611069977204,
                                name = "Торнадо нато #014",
                                dead = false,
                            }, -- end of [5]
                            [6] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72612476333765,
                                            long = 0.7261220592365,
                                            x = -356354.36946597,
                                            name = "",
                                            speed = 0,
                                            y = 617548.25276782,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 81,
                                lat = 0.72612476333765,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 392,
                                        lat = 0.72612476333765,
                                        long = 0.7261220592365,
                                        x = -356354.36946597,
                                        name = "Торнадо нато #015",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617548.25276782,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7261220592365,
                                name = "Торнадо нато #015",
                                dead = false,
                            }, -- end of [6]
                            [7] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72611591537731,
                                            long = 0.72613618964086,
                                            x = -356403.93871026,
                                            name = "",
                                            speed = 0,
                                            y = 617621.35861464,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 82,
                                lat = 0.72611591537731,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 393,
                                        lat = 0.72611591537731,
                                        long = 0.72613618964086,
                                        x = -356403.93871026,
                                        name = "Торнадо нато #016",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617621.35861464,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72613618964086,
                                name = "Торнадо нато #016",
                                dead = false,
                            }, -- end of [7]
                            [8] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72610945880147,
                                            long = 0.72614539378675,
                                            x = -356440.64406133,
                                            name = "",
                                            speed = 0,
                                            y = 617669.41588179,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 83,
                                lat = 0.72610945880147,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 394,
                                        lat = 0.72610945880147,
                                        long = 0.72614539378675,
                                        x = -356440.64406133,
                                        name = "Торнадо нато #017",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617669.41588179,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72614539378675,
                                name = "Торнадо нато #017",
                                dead = false,
                            }, -- end of [8]
                            [9] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72610340081336,
                                            long = 0.72615488559125,
                                            x = -356474.67109123,
                                            name = "",
                                            speed = 0,
                                            y = 617718.59561597,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 84,
                                lat = 0.72610340081336,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 395,
                                        lat = 0.72610340081336,
                                        long = 0.72615488559125,
                                        x = -356474.67109123,
                                        name = "Торнадо нато #018",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617718.59561597,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72615488559125,
                                name = "Торнадо нато #018",
                                dead = false,
                            }, -- end of [9]
                            [10] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72609678488988,
                                            long = 0.72616460591811,
                                            x = -356512.14307098,
                                            name = "",
                                            speed = 0,
                                            y = 617769.21985203,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 85,
                                lat = 0.72609678488988,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 396,
                                        lat = 0.72609678488988,
                                        long = 0.72616460591811,
                                        x = -356512.14307098,
                                        name = "Торнадо нато #019",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617769.21985203,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72616460591811,
                                name = "Торнадо нато #019",
                                dead = false,
                            }, -- end of [10]
                            [11] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72608961104088,
                                            long = 0.72617562710177,
                                            x = -356552.54327177,
                                            name = "",
                                            speed = 0,
                                            y = 617826.41207058,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 86,
                                lat = 0.72608961104088,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 397,
                                        lat = 0.72608961104088,
                                        long = 0.72617562710177,
                                        x = -356552.54327177,
                                        name = "Торнадо нато #020",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617826.41207058,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72617562710177,
                                name = "Торнадо нато #020",
                                dead = false,
                            }, -- end of [11]
                            [12] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72609303854081,
                                            long = 0.7261699726439,
                                            x = -356533.4283103,
                                            name = "",
                                            speed = 0,
                                            y = 617797.22935246,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 87,
                                lat = 0.72609303854081,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 398,
                                        lat = 0.72609303854081,
                                        long = 0.7261699726439,
                                        x = -356533.4283103,
                                        name = "Торнадо нато #021",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617797.22935246,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.7261699726439,
                                name = "Торнадо нато #021",
                                dead = false,
                            }, -- end of [12]
                            [13] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72610013270172,
                                            long = 0.72615929565244,
                                            x = -356493.37002974,
                                            name = "",
                                            speed = 0,
                                            y = 617741.73201116,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 88,
                                lat = 0.72610013270172,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 399,
                                        lat = 0.72610013270172,
                                        long = 0.72615929565244,
                                        x = -356493.37002974,
                                        name = "Торнадо нато #022",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617741.73201116,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72615929565244,
                                name = "Торнадо нато #022",
                                dead = false,
                            }, -- end of [13]
                            [14] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72610603125156,
                                            long = 0.72615034342163,
                                            x = -356460.09893504,
                                            name = "",
                                            speed = 0,
                                            y = 617695.23107081,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 89,
                                lat = 0.72610603125156,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 400,
                                        lat = 0.72610603125156,
                                        long = 0.72615034342163,
                                        x = -356460.09893504,
                                        name = "Торнадо нато #023",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617695.23107081,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72615034342163,
                                name = "Торнадо нато #023",
                                dead = false,
                            }, -- end of [14]
                            [15] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72611256751855,
                                            long = 0.72614071233634,
                                            x = -356423.09151303,
                                            name = "",
                                            speed = 0,
                                            y = 617645.08356815,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 90,
                                lat = 0.72611256751855,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 401,
                                        lat = 0.72611256751855,
                                        long = 0.72614071233634,
                                        x = -356423.09151303,
                                        name = "Торнадо нато #024",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617645.08356815,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72614071233634,
                                name = "Торнадо нато #024",
                                dead = false,
                            }, -- end of [15]
                            [16] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72612843008032,
                                            long = 0.72611610641559,
                                            x = -356333.87385207,
                                            name = "",
                                            speed = 0,
                                            y = 617517.49329047,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 91,
                                lat = 0.72612843008032,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 402,
                                        lat = 0.72612843008032,
                                        long = 0.72611610641559,
                                        x = -356333.87385207,
                                        name = "Торнадо нато #025",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617517.49329047,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72611610641559,
                                name = "Торнадо нато #025",
                                dead = false,
                            }, -- end of [16]
                            [17] = 
                            {
                                heading = 0.78539816339745,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 0,
                                            type = "",
                                            action = "",
                                            lat = 0.72613719842644,
                                            long = 0.72610302497211,
                                            x = -356284.3064897,
                                            name = "",
                                            speed = 0,
                                            y = 617449.44957544,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 92,
                                lat = 0.72613719842644,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "F-4E",
                                        CLSID = "{4B75FEBA-9997-4D34-A0D6-0DB061350951}",
                                        unitId = 403,
                                        lat = 0.72613719842644,
                                        long = 0.72610302497211,
                                        x = -356284.3064897,
                                        name = "Торнадо нато #026",
                                        category = "Planes",
                                        heliport_frequency = 127.5,
                                        heliport_callsign_id = 0,
                                        y = 617449.44957544,
                                        heading = 0.78539816339745,
                                    }, -- end of [1]
                                }, -- end of units
                                long = 0.72610302497211,
                                name = "Торнадо нато #026",
                                dead = false,
                            }, -- end of [17]
                        }, -- end of group
                    }, -- end of static
                }, -- end of [13]
                [14] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "France",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 5,
                    vehicle = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [14]
            }, -- end of country
        }, -- end of blue
        red = 
        {
            country = 
            {
                [1] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Russia",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 0,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78548210632872,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65190268881769,
                                            x = -5204.8512293473,
                                            speed = 5.5555555555556,
                                            y = 243060.28579921,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 9,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 14,
                                        lat = 0.78548210632872,
                                        skill = "Average",
                                        long = 0.65190268881769,
                                        x = -5204.8512293473,
                                        name = "Юнит #2",
                                        heading = 0,
                                        y = 243060.28579921,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 15,
                                        lat = 0.78542343471161,
                                        skill = "Average",
                                        long = 0.6518158228796,
                                        x = -5599.6747018881,
                                        name = "Юнит #3",
                                        heading = 0,
                                        y = 242688.67532606,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78557399839504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6514667968383,
                                            x = -4726.2587254234,
                                            speed = 5.5555555555556,
                                            y = 241058.45994506,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 10,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 16,
                                        lat = 0.78557399839504,
                                        skill = "Average",
                                        long = 0.6514667968383,
                                        x = -4726.2587254234,
                                        name = "СНГ ПВО",
                                        heading = 0,
                                        y = 241058.45994506,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 17,
                                        lat = 0.78557783650666,
                                        skill = "Average",
                                        long = 0.65148803145599,
                                        x = -4696.6296504233,
                                        name = "СНГ ПВО #1",
                                        heading = 0,
                                        y = 241153.0288694,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 18,
                                        lat = 0.78556656719687,
                                        skill = "Average",
                                        long = 0.6514883802432,
                                        x = -4768.3020682167,
                                        name = "СНГ ПВО #2",
                                        heading = 0,
                                        y = 241158.60376901,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 19,
                                        lat = 0.7855534198191,
                                        skill = "Average",
                                        long = 0.65148817157919,
                                        x = -4852.0693814866,
                                        name = "СНГ ПВО #3",
                                        heading = 0,
                                        y = 241162.3267676,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 20,
                                        lat = 0.7855792247632,
                                        skill = "Average",
                                        long = 0.65144565673211,
                                        x = -4698.1463595275,
                                        name = "СНГ ПВО #4",
                                        heading = 0,
                                        y = 240961.10123664,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 21,
                                        lat = 0.78556795543876,
                                        skill = "Average",
                                        long = 0.65144530620702,
                                        x = -4769.989784034,
                                        name = "СНГ ПВО #5",
                                        heading = 0,
                                        y = 240963.51687997,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 22,
                                        lat = 0.78555472638356,
                                        skill = "Average",
                                        long = 0.65144589975123,
                                        x = -4854.0811193334,
                                        name = "СНГ ПВО #6",
                                        heading = 0,
                                        y = 240970.89297501,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #001",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 345,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78520327824454,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65204490560714,
                                            x = -6945.5245019756,
                                            speed = 5.5555555555556,
                                            y = 243797.67596967,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 11,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 23,
                                        lat = 0.78520327824454,
                                        skill = "Average",
                                        long = 0.65204490560714,
                                        x = -6945.5245019756,
                                        name = "СНГ ПВО #7",
                                        heading = 3.7295952571374,
                                        y = 243797.67596967,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 24,
                                        lat = 0.78520844595114,
                                        skill = "Average",
                                        long = 0.65202421773744,
                                        x = -6917.6755269924,
                                        name = "СНГ ПВО #8",
                                        heading = 3.7295952571374,
                                        y = 243702.4884539,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 25,
                                        lat = 0.78521794971473,
                                        skill = "Average",
                                        long = 0.65203273709621,
                                        x = -6855.0785986213,
                                        name = "СНГ ПВО #9",
                                        heading = 3.7295952571374,
                                        y = 243737.80081964,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 26,
                                        lat = 0.78522879502635,
                                        skill = "Average",
                                        long = 0.6520431889805,
                                        x = -6783.4671113081,
                                        name = "СНГ ПВО #10",
                                        heading = 3.7295952571374,
                                        y = 243781.39547495,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 27,
                                        lat = 0.78519061379663,
                                        skill = "Average",
                                        long = 0.65205842851716,
                                        x = -7022.8597649625,
                                        name = "СНГ ПВО #11",
                                        heading = 3.7295952571374,
                                        y = 243862.9992856,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 28,
                                        lat = 0.78519984232945,
                                        skill = "Average",
                                        long = 0.65206753038014,
                                        x = -6961.8729906166,
                                        name = "СНГ ПВО #12",
                                        heading = 3.7295952571374,
                                        y = 243901.03516916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 29,
                                        lat = 0.7852110712691,
                                        skill = "Average",
                                        long = 0.65207737791645,
                                        x = -6887.9664733605,
                                        name = "СНГ ПВО #13",
                                        heading = 3.7295952571374,
                                        y = 243941.77140741,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #002",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 40,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7796135000302,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65943492343398,
                                            x = -40654.640572825,
                                            speed = 5.5555555555556,
                                            y = 279290.55499562,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 12,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 30,
                                        lat = 0.7796135000302,
                                        skill = "Average",
                                        long = 0.65943492343398,
                                        x = -40654.640572825,
                                        name = "Юнит #4",
                                        heading = 0,
                                        y = 279290.55499562,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 31,
                                        lat = 0.77959246386671,
                                        skill = "Average",
                                        long = 0.65941162630247,
                                        x = -40794.93392699,
                                        name = "Юнит #5",
                                        heading = 0,
                                        y = 279192.94373475,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #003",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                            [5] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77793432894339,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66350281239042,
                                            x = -50234.352480167,
                                            speed = 5.5555555555556,
                                            y = 298431.60028315,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 13,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 32,
                                        lat = 0.77793432894339,
                                        skill = "Average",
                                        long = 0.66350281239042,
                                        x = -50234.352480167,
                                        name = "Юнит #6",
                                        heading = 0,
                                        y = 298431.60028315,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 33,
                                        lat = 0.77791901717016,
                                        skill = "Average",
                                        long = 0.66348381678332,
                                        x = -50337.290427089,
                                        name = "Юнит #7",
                                        heading = 0,
                                        y = 298351.27195476,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #004",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [5]
                            [6] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 20,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78480118788789,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66323865229013,
                                            x = -6585.8430465842,
                                            speed = 5.5555555555556,
                                            y = 294536.99152676,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 14,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 34,
                                        lat = 0.78480118788789,
                                        skill = "Average",
                                        long = 0.66323865229013,
                                        x = -6585.8430465842,
                                        name = "Юнит #8",
                                        heading = 0,
                                        y = 294536.99152676,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 35,
                                        lat = 0.78476732260548,
                                        skill = "Average",
                                        long = 0.66318608355162,
                                        x = -6815.99204979,
                                        name = "Юнит #9",
                                        heading = 0,
                                        y = 294312.31030371,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #005",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [6]
                            [7] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75818917507638,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69713732250551,
                                            x = -164711.5998968,
                                            speed = 5.5555555555556,
                                            y = 462150.05342898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 15,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 36,
                                        lat = 0.75818917507638,
                                        skill = "Average",
                                        long = 0.69713732250551,
                                        x = -164711.5998968,
                                        name = "Юнит #10",
                                        heading = 0,
                                        y = 462150.05342898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 37,
                                        lat = 0.75816323471751,
                                        skill = "Average",
                                        long = 0.69717373462459,
                                        x = -164862.78937763,
                                        name = "Юнит #11",
                                        heading = 0,
                                        y = 462333.25949666,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #006",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [7]
                            [8] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 180,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77975405964794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69876492670395,
                                            x = -26753.049101136,
                                            speed = 5.5555555555556,
                                            y = 457921.63976131,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 16,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 38,
                                        lat = 0.77975405964794,
                                        skill = "Average",
                                        long = 0.69876492670395,
                                        x = -26753.049101136,
                                        name = "Юнит #12",
                                        heading = 0,
                                        y = 457921.63976131,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 39,
                                        lat = 0.77979303759882,
                                        skill = "Average",
                                        long = 0.69882038816373,
                                        x = -26482.709027296,
                                        name = "Юнит #13",
                                        heading = 0,
                                        y = 458151.43374511,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #007",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [8]
                            [9] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 34,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78606352925132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68358033406541,
                                            x = 7811.6691645114,
                                            speed = 5.5555555555556,
                                            y = 385870.18712898,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 17,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 40,
                                        lat = 0.78606352925132,
                                        skill = "Average",
                                        long = 0.68358033406541,
                                        x = 7811.6691645114,
                                        name = "Юнит #14",
                                        heading = 0,
                                        y = 385870.18712898,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 41,
                                        lat = 0.78599402740224,
                                        skill = "Average",
                                        long = 0.68369444228382,
                                        x = 7408.238389831,
                                        name = "Юнит #15",
                                        heading = 0,
                                        y = 386420.00810775,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #008",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [9]
                            [10] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78686720058012,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67963702737763,
                                            x = 11591.904862409,
                                            speed = 5.5555555555556,
                                            y = 367688.12102095,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 18,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 42,
                                        lat = 0.78686720058012,
                                        skill = "Average",
                                        long = 0.67963702737763,
                                        x = 11591.904862409,
                                        name = "Юнит #16",
                                        heading = 0,
                                        y = 367688.12102095,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 43,
                                        lat = 0.78685732374633,
                                        skill = "Average",
                                        long = 0.67976896919596,
                                        x = 11572.385616006,
                                        name = "Юнит #17",
                                        heading = 0,
                                        y = 368288.86790076,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #009",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [10]
                            [11] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77946206617402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65917967149713,
                                            x = -41688.417843693,
                                            speed = 5.5555555555556,
                                            y = 278187.62711039,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 19,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 44,
                                        lat = 0.77946206617402,
                                        skill = "Average",
                                        long = 0.65917967149713,
                                        x = -41688.417843693,
                                        name = "СНГ ПВО #009",
                                        heading = 3.7295952571374,
                                        y = 278187.62711039,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 45,
                                        lat = 0.77946728277483,
                                        skill = "Average",
                                        long = 0.65915900105881,
                                        x = -41660.833623813,
                                        name = "СНГ ПВО #14",
                                        heading = 3.7295952571374,
                                        y = 278091.76377609,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 46,
                                        lat = 0.77947678733161,
                                        skill = "Average",
                                        long = 0.65916746918134,
                                        x = -41598.007706685,
                                        name = "СНГ ПВО #15",
                                        heading = 3.7295952571374,
                                        y = 278126.71276757,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 47,
                                        lat = 0.77948763215128,
                                        skill = "Average",
                                        long = 0.65917786129123,
                                        x = -41526.123684864,
                                        name = "СНГ ПВО #16",
                                        heading = 3.7295952571374,
                                        y = 278169.9065413,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 48,
                                        lat = 0.77944935305744,
                                        skill = "Average",
                                        long = 0.65919321818735,
                                        x = -41765.675819302,
                                        name = "СНГ ПВО #17",
                                        heading = 3.7295952571374,
                                        y = 278253.90448117,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 49,
                                        lat = 0.77945858077334,
                                        skill = "Average",
                                        long = 0.65920226881464,
                                        x = -41704.453939445,
                                        name = "СНГ ПВО #18",
                                        heading = 3.7295952571374,
                                        y = 278291.60317573,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 50,
                                        lat = 0.77946981106798,
                                        skill = "Average",
                                        long = 0.6592120562045,
                                        x = -41630.280222382,
                                        name = "СНГ ПВО #19",
                                        heading = 3.7295952571374,
                                        y = 278331.90595478,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #010",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [11]
                            [12] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 79,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78144011913813,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65808220217985,
                                            x = -29381.430570617,
                                            speed = 5.5555555555556,
                                            y = 272464.09015603,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 20,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 51,
                                        lat = 0.78144011913813,
                                        skill = "Average",
                                        long = 0.65808220217985,
                                        x = -29381.430570617,
                                        name = "СНГ ПВО #20",
                                        heading = 2.3561944901923,
                                        y = 272464.09015603,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 52,
                                        lat = 0.78142669535379,
                                        skill = "Average",
                                        long = 0.65807096604615,
                                        x = -29469.808782159,
                                        name = "СНГ ПВО #21",
                                        heading = 2.3561944901923,
                                        y = 272418.03389333,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 53,
                                        lat = 0.78143447502923,
                                        skill = "Average",
                                        long = 0.65805955162737,
                                        x = -29423.22211646,
                                        name = "СНГ ПВО #22",
                                        heading = 2.3561944901923,
                                        y = 272363.26939961,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 54,
                                        lat = 0.78144386181227,
                                        skill = "Average",
                                        long = 0.65804667094399,
                                        x = -29366.781255254,
                                        name = "СНГ ПВО #23",
                                        heading = 2.3561944901923,
                                        y = 272301.24362826,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 55,
                                        lat = 0.78144709609188,
                                        skill = "Average",
                                        long = 0.65810235387442,
                                        x = -29331.79800773,
                                        name = "СНГ ПВО #24",
                                        heading = 2.3561944901923,
                                        y = 272553.05973564,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 56,
                                        lat = 0.78145522862595,
                                        skill = "Average",
                                        long = 0.65809143473284,
                                        x = -29282.836562417,
                                        name = "СНГ ПВО #25",
                                        heading = 2.3561944901923,
                                        y = 272500.4143234,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 57,
                                        lat = 0.78146426830389,
                                        skill = "Average",
                                        long = 0.65807790494242,
                                        x = -29228.773597684,
                                        name = "СНГ ПВО #26",
                                        heading = 2.3561944901923,
                                        y = 272435.56833122,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #011",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [12]
                            [13] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 56,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77983654379565,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6592410971374,
                                            x = -39287.23580455,
                                            speed = 5.5555555555556,
                                            y = 278322.40126614,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 21,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 58,
                                        lat = 0.77983654379565,
                                        skill = "Average",
                                        long = 0.6592410971374,
                                        x = -39287.23580455,
                                        name = "СНГ ПВО #27",
                                        heading = 1.8157749899218,
                                        y = 278322.40126614,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 59,
                                        lat = 0.77982092826589,
                                        skill = "Average",
                                        long = 0.65924115009693,
                                        x = -39386.651926399,
                                        name = "СНГ ПВО #28",
                                        heading = 1.8157749899218,
                                        y = 278328.70172209,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 60,
                                        lat = 0.77982340228031,
                                        skill = "Average",
                                        long = 0.65922574175634,
                                        x = -39375.096856029,
                                        name = "СНГ ПВО #29",
                                        heading = 1.8157749899218,
                                        y = 278257.7236327,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 61,
                                        lat = 0.77982671750852,
                                        skill = "Average",
                                        long = 0.65920785185821,
                                        x = -39358.861765484,
                                        name = "СНГ ПВО #30",
                                        heading = 1.8157749899218,
                                        y = 278175.43251481,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 62,
                                        lat = 0.77984986286622,
                                        skill = "Average",
                                        long = 0.65925331583704,
                                        x = -39199.09881095,
                                        name = "СНГ ПВО #31",
                                        heading = 1.8157749899218,
                                        y = 278372.80096762,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 63,
                                        lat = 0.7798528558905,
                                        skill = "Average",
                                        long = 0.65923803730669,
                                        x = -39184.203826408,
                                        name = "СНГ ПВО #32",
                                        heading = 1.8157749899218,
                                        y = 278302.46155132,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 64,
                                        lat = 0.77985566945607,
                                        skill = "Average",
                                        long = 0.65921985699436,
                                        x = -39171.242150024,
                                        name = "СНГ ПВО #33",
                                        heading = 1.8157749899218,
                                        y = 278219.04147899,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #012",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [13]
                            [14] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 25,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7778750912336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66357640933298,
                                            x = -50590.455806289,
                                            speed = 5.5555555555556,
                                            y = 298789.18836529,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 22,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 65,
                                        lat = 0.7778750912336,
                                        skill = "Average",
                                        long = 0.66357640933298,
                                        x = -50590.455806289,
                                        name = "СНГ ПВО #34",
                                        heading = 3.4903636571737,
                                        y = 298789.18836529,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 66,
                                        lat = 0.77787666557749,
                                        skill = "Average",
                                        long = 0.66355460355563,
                                        x = -50586.678650889,
                                        name = "СНГ ПВО #35",
                                        heading = 3.4903636571737,
                                        y = 298689.48750246,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 67,
                                        lat = 0.7778873351938,
                                        skill = "Average",
                                        long = 0.66355967162983,
                                        x = -50517.289238377,
                                        name = "СНГ ПВО #36",
                                        heading = 3.4903636571737,
                                        y = 298708.34453217,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 68,
                                        lat = 0.77789963279443,
                                        skill = "Average",
                                        long = 0.66356616317436,
                                        x = -50437.126023151,
                                        name = "СНГ ПВО #37",
                                        heading = 3.4903636571737,
                                        y = 298733.03318943,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 69,
                                        lat = 0.77786502625281,
                                        skill = "Average",
                                        long = 0.6635937859134,
                                        x = -50649.564963409,
                                        name = "СНГ ПВО #38",
                                        heading = 3.4903636571737,
                                        y = 298872.08318187,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 70,
                                        lat = 0.77787552531684,
                                        skill = "Average",
                                        long = 0.6635995115933,
                                        x = -50581.073119133,
                                        name = "СНГ ПВО #39",
                                        heading = 3.4903636571737,
                                        y = 298893.99505799,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 71,
                                        lat = 0.77788809529479,
                                        skill = "Average",
                                        long = 0.6636052878903,
                                        x = -50499.380491843,
                                        name = "СНГ ПВО #40",
                                        heading = 3.4903636571737,
                                        y = 298915.32712727,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #013",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [14]
                            [15] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 57,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77814168815932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66341606461677,
                                            x = -48938.871941619,
                                            speed = 5.5555555555556,
                                            y = 297956.33350587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 23,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 72,
                                        lat = 0.77814168815932,
                                        skill = "Average",
                                        long = 0.66341606461677,
                                        x = -48938.871941619,
                                        name = "СНГ ПВО #41",
                                        heading = 0.78539816339745,
                                        y = 297956.33350587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 73,
                                        lat = 0.77813368123494,
                                        skill = "Average",
                                        long = 0.6634349068481,
                                        x = -48984.45678202,
                                        name = "СНГ ПВО #42",
                                        heading = 0.78539816339745,
                                        y = 298045.08344269,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 74,
                                        lat = 0.77812554959738,
                                        skill = "Average",
                                        long = 0.66342398880152,
                                        x = -49039.361933894,
                                        name = "СНГ ПВО #43",
                                        heading = 0.78539816339745,
                                        y = 297998.65174628,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 75,
                                        lat = 0.77811637345842,
                                        skill = "Average",
                                        long = 0.66341081523735,
                                        x = -49101.564013735,
                                        name = "СНГ ПВО #44",
                                        heading = 0.78539816339745,
                                        y = 297942.37944276,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 76,
                                        lat = 0.7781560464933,
                                        skill = "Average",
                                        long = 0.66340626996528,
                                        x = -48850.253207018,
                                        name = "СНГ ПВО #45",
                                        heading = 0.78539816339745,
                                        y = 297906.21202412,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 77,
                                        lat = 0.77814826776669,
                                        skill = "Average",
                                        long = 0.66339485660963,
                                        x = -48903.053147563,
                                        name = "СНГ ПВО #46",
                                        heading = 0.78539816339745,
                                        y = 297857.39164597,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 78,
                                        lat = 0.77813862911753,
                                        skill = "Average",
                                        long = 0.66338217029506,
                                        x = -48968.06060705,
                                        name = "СНГ ПВО #47",
                                        heading = 0.78539816339745,
                                        y = 297803.51425974,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #014",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [15]
                            [16] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78489739849728,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66250880567416,
                                            x = -6172.2704674844,
                                            speed = 5.5555555555556,
                                            y = 291192.50923863,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 24,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 79,
                                        lat = 0.78489739849728,
                                        skill = "Average",
                                        long = 0.66250880567416,
                                        x = -6172.2704674844,
                                        name = "СНГ ПВО #48",
                                        heading = 3.8682349942715,
                                        y = 291192.50923863,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 80,
                                        lat = 0.78490456305916,
                                        skill = "Average",
                                        long = 0.66248937387496,
                                        x = -6131.9447942339,
                                        name = "СНГ ПВО #49",
                                        heading = 3.8682349942715,
                                        y = 291101.64875161,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 81,
                                        lat = 0.7849131629455,
                                        skill = "Average",
                                        long = 0.66249963645711,
                                        x = -6074.3891849425,
                                        name = "СНГ ПВО #50",
                                        heading = 3.8682349942715,
                                        y = 291144.76410326,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 82,
                                        lat = 0.78492290507462,
                                        skill = "Average",
                                        long = 0.66251206828952,
                                        x = -6008.969351436,
                                        name = "СНГ ПВО #51",
                                        heading = 3.8682349942715,
                                        y = 291197.26078605,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 83,
                                        lat = 0.78488349389501,
                                        skill = "Average",
                                        long = 0.66251970284052,
                                        x = -6257.8384514311,
                                        name = "СНГ ПВО #52",
                                        heading = 3.8682349942715,
                                        y = 291247.35186647,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 84,
                                        lat = 0.78489176323516,
                                        skill = "Average",
                                        long = 0.66253048734986,
                                        x = -6202.2453778815,
                                        name = "СНГ ПВО #53",
                                        heading = 3.8682349942715,
                                        y = 291292.96200488,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 85,
                                        lat = 0.78490194567444,
                                        skill = "Average",
                                        long = 0.66254239720625,
                                        x = -6134.1641037138,
                                        name = "СНГ ПВО #54",
                                        heading = 3.8682349942715,
                                        y = 291342.91839579,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #015",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [16]
                            [17] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 23,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78430158054988,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66368153515738,
                                            x = -9640.184663875,
                                            speed = 5.5555555555556,
                                            y = 296734.30490187,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 25,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 86,
                                        lat = 0.78430158054988,
                                        skill = "Average",
                                        long = 0.66368153515738,
                                        x = -9640.184663875,
                                        name = "СНГ ПВО #55",
                                        heading = 0.46364760900081,
                                        y = 296734.30490187,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 87,
                                        lat = 0.78429827232761,
                                        skill = "Average",
                                        long = 0.66370296256885,
                                        x = -9655.1105207568,
                                        name = "СНГ ПВО #56",
                                        heading = 0.46364760900081,
                                        y = 296832.40794164,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 88,
                                        lat = 0.78428809032894,
                                        skill = "Average",
                                        long = 0.66369617212599,
                                        x = -9721.8895342136,
                                        name = "СНГ ПВО #57",
                                        heading = 0.46364760900081,
                                        y = 296805.73609049,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 89,
                                        lat = 0.78427640680587,
                                        skill = "Average",
                                        long = 0.66368769899263,
                                        x = -9798.7115526563,
                                        name = "СНГ ПВО #58",
                                        heading = 0.46364760900081,
                                        y = 296772.05303623,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 90,
                                        lat = 0.78431295965585,
                                        skill = "Average",
                                        long = 0.66366590538256,
                                        x = -9572.2066863831,
                                        name = "СНГ ПВО #59",
                                        heading = 0.46364760900081,
                                        y = 296659.21895358,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 91,
                                        lat = 0.78430299955489,
                                        skill = "Average",
                                        long = 0.66365848893408,
                                        x = -9637.752130067,
                                        name = "СНГ ПВО #60",
                                        heading = 0.46364760900081,
                                        y = 296629.63173903,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 92,
                                        lat = 0.78429098847469,
                                        skill = "Average",
                                        long = 0.66365068242692,
                                        x = -9716.4688625801,
                                        name = "СНГ ПВО #61",
                                        heading = 0.46364760900081,
                                        y = 296599.08911898,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #016",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [17]
                            [18] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 189,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.77951594955852,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69913318385996,
                                            x = -28122.179056268,
                                            speed = 5.5555555555556,
                                            y = 459729.45402476,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 26,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 93,
                                        lat = 0.77951594955852,
                                        skill = "Average",
                                        long = 0.69913318385996,
                                        x = -28122.179056268,
                                        name = "СНГ ПВО #62",
                                        heading = 0.46364760900081,
                                        y = 459729.45402476,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 94,
                                        lat = 0.77951260169435,
                                        skill = "Average",
                                        long = 0.69915459746069,
                                        x = -28134.946234698,
                                        name = "СНГ ПВО #63",
                                        heading = 0.46364760900081,
                                        y = 459828.59730518,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 95,
                                        lat = 0.77950241921358,
                                        skill = "Average",
                                        long = 0.69914784850356,
                                        x = -28202.479350694,
                                        name = "СНГ ПВО #64",
                                        heading = 0.46364760900081,
                                        y = 459803.51768524,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 96,
                                        lat = 0.77949073627559,
                                        skill = "Average",
                                        long = 0.69913942376049,
                                        x = -28280.235971992,
                                        name = "СНГ ПВО #65",
                                        heading = 0.46364760900081,
                                        y = 459771.64659171,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 97,
                                        lat = 0.779527367995,
                                        skill = "Average",
                                        long = 0.6991175345324,
                                        x = -28055.719789456,
                                        name = "СНГ ПВО #66",
                                        heading = 0.46364760900081,
                                        y = 459652.07491922,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 98,
                                        lat = 0.77951740871556,
                                        skill = "Average",
                                        long = 0.69911015955928,
                                        x = -28122.081621137,
                                        name = "СНГ ПВО #67",
                                        heading = 0.46364760900081,
                                        y = 459624.02811116,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 99,
                                        lat = 0.77950539672622,
                                        skill = "Average",
                                        long = 0.69910240175502,
                                        x = -28201.667198362,
                                        name = "СНГ ПВО #68",
                                        heading = 0.46364760900081,
                                        y = 459595.36825716,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #017",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [18]
                            [19] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 174,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78012294344397,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6986357255344,
                                            x = -24455.761535712,
                                            speed = 5.5555555555556,
                                            y = 457128.26180297,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 27,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 100,
                                        lat = 0.78012294344397,
                                        skill = "Average",
                                        long = 0.6986357255344,
                                        x = -24455.761535712,
                                        name = "СНГ ПВО #69",
                                        heading = 3.9745739202642,
                                        y = 457128.26180297,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 101,
                                        lat = 0.78013154831859,
                                        skill = "Average",
                                        long = 0.69861742462966,
                                        x = -24408.277668875,
                                        name = "СНГ ПВО #70",
                                        heading = 3.9745739202642,
                                        y = 457040.60633642,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 102,
                                        lat = 0.78013929856826,
                                        skill = "Average",
                                        long = 0.69862890667824,
                                        x = -24354.342727101,
                                        name = "СНГ ПВО #71",
                                        heading = 3.9745739202642,
                                        y = 457088.36398873,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 103,
                                        lat = 0.78014801626658,
                                        skill = "Average",
                                        long = 0.69864271709428,
                                        x = -24293.317765641,
                                        name = "СНГ ПВО #72",
                                        heading = 3.9745739202642,
                                        y = 457146.13865302,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 104,
                                        lat = 0.78010830215056,
                                        skill = "Average",
                                        long = 0.69864453808571,
                                        x = -24545.471356121,
                                        name = "СНГ ПВО #73",
                                        heading = 3.9745739202642,
                                        y = 457176.24943615,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 105,
                                        lat = 0.78011568416017,
                                        skill = "Average",
                                        long = 0.69865649142516,
                                        x = -24493.692997485,
                                        name = "СНГ ПВО #74",
                                        heading = 3.9745739202642,
                                        y = 457226.34513916,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 106,
                                        lat = 0.7801248791331,
                                        skill = "Average",
                                        long = 0.69866984614558,
                                        x = -24429.810944838,
                                        name = "СНГ ПВО #75",
                                        heading = 3.9745739202642,
                                        y = 457281.79239619,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #018",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [19]
                            [20] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 30,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75814484700097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69711980610432,
                                            x = -165000.63010072,
                                            speed = 5.5555555555556,
                                            y = 462092.45015854,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 28,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 107,
                                        lat = 0.75814484700097,
                                        skill = "Average",
                                        long = 0.69711980610432,
                                        x = -165000.63010072,
                                        name = "СНГ ПВО #76",
                                        heading = 3.9745739202642,
                                        y = 462092.45015854,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 108,
                                        lat = 0.75815372841608,
                                        skill = "Average",
                                        long = 0.69710165677172,
                                        x = -164951.05185732,
                                        name = "СНГ ПВО #77",
                                        heading = 3.9745739202642,
                                        y = 462003.30825125,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 109,
                                        lat = 0.758161510994,
                                        skill = "Average",
                                        long = 0.69711284750799,
                                        x = -164897.18599218,
                                        name = "СНГ ПВО #78",
                                        heading = 3.9745739202642,
                                        y = 462051.14677612,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 110,
                                        lat = 0.75817025811864,
                                        skill = "Average",
                                        long = 0.69712631655421,
                                        x = -164836.30131784,
                                        name = "СНГ ПВО #79",
                                        heading = 3.9745739202642,
                                        y = 462109.05784785,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 111,
                                        lat = 0.75812990821445,
                                        skill = "Average",
                                        long = 0.69712870232043,
                                        x = -165092.34236274,
                                        name = "СНГ ПВО #80",
                                        heading = 3.9745739202642,
                                        y = 462141.83355798,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 112,
                                        lat = 0.75813731313522,
                                        skill = "Average",
                                        long = 0.69714036263253,
                                        x = -165040.70090004,
                                        name = "СНГ ПВО #81",
                                        heading = 3.9745739202642,
                                        y = 462192.05791173,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 113,
                                        lat = 0.75814654853749,
                                        skill = "Average",
                                        long = 0.69715337583252,
                                        x = -164976.88208231,
                                        name = "СНГ ПВО #82",
                                        heading = 3.9745739202642,
                                        y = 462247.58752702,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #019",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [20]
                            [21] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 110,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7579770738744,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69794258595771,
                                            x = -165752.58074,
                                            speed = 5.5555555555556,
                                            y = 466007.38085888,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 29,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 114,
                                        lat = 0.7579770738744,
                                        skill = "Average",
                                        long = 0.69794258595771,
                                        x = -165752.58074,
                                        name = "СНГ ПВО #83",
                                        heading = 0.40489178628508,
                                        y = 466007.38085888,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 115,
                                        lat = 0.75797449902763,
                                        skill = "Average",
                                        long = 0.6979641614514,
                                        x = -165760.67928185,
                                        name = "СНГ ПВО #84",
                                        heading = 0.40489178628508,
                                        y = 466109.06023474,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 116,
                                        lat = 0.75796403334896,
                                        skill = "Average",
                                        long = 0.69795839956081,
                                        x = -165829.54369158,
                                        name = "СНГ ПВО #85",
                                        heading = 0.40489178628508,
                                        y = 466087.9001552,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 117,
                                        lat = 0.75795200051312,
                                        skill = "Average",
                                        long = 0.69795111202382,
                                        x = -165908.97498788,
                                        name = "СНГ ПВО #86",
                                        heading = 0.40489178628508,
                                        y = 466060.49021251,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 118,
                                        lat = 0.75798795896742,
                                        skill = "Average",
                                        long = 0.69792598953757,
                                        x = -165689.64524468,
                                        name = "СНГ ПВО #87",
                                        heading = 0.40489178628508,
                                        y = 465924.38096387,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 119,
                                        lat = 0.75797769433255,
                                        skill = "Average",
                                        long = 0.69791958532077,
                                        x = -165757.47641814,
                                        name = "СНГ ПВО #88",
                                        heading = 0.40489178628508,
                                        y = 465900.12692755,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 120,
                                        lat = 0.75796535573003,
                                        skill = "Average",
                                        long = 0.6979129905292,
                                        x = -165838.58846015,
                                        name = "СНГ ПВО #89",
                                        heading = 0.40489178628508,
                                        y = 465876.10160102,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #020",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [21]
                            [22] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 62,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75867953491979,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69769482626471,
                                            x = -161374.42358552,
                                            speed = 5.5555555555556,
                                            y = 464478.1242488,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 30,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Kub 1S91 str",
                                        CLSID = "{6FBA140B-C916-460D-97AF-0921E25D71D3}",
                                        unitId = 121,
                                        lat = 0.75867953491979,
                                        skill = "Average",
                                        long = 0.69769482626471,
                                        x = -161374.42358552,
                                        name = "СНГ ПВО #90",
                                        heading = 0.40489178628508,
                                        y = 464478.1242488,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 122,
                                        lat = 0.75867696007302,
                                        skill = "Average",
                                        long = 0.6977164017584,
                                        x = -161382.52212737,
                                        name = "СНГ ПВО #91",
                                        heading = 0.40489178628508,
                                        y = 464579.80362466,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 123,
                                        lat = 0.75866649439436,
                                        skill = "Average",
                                        long = 0.69771063986781,
                                        x = -161451.38653704,
                                        name = "СНГ ПВО #92",
                                        heading = 0.40489178628508,
                                        y = 464558.64354511,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 124,
                                        lat = 0.75865446155851,
                                        skill = "Average",
                                        long = 0.69770335233082,
                                        x = -161530.8178334,
                                        name = "СНГ ПВО #93",
                                        heading = 0.40489178628508,
                                        y = 464531.23360243,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 125,
                                        lat = 0.75869042001281,
                                        skill = "Average",
                                        long = 0.69767822984457,
                                        x = -161311.4880902,
                                        name = "СНГ ПВО #94",
                                        heading = 0.40489178628508,
                                        y = 464395.1243538,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 126,
                                        lat = 0.75868015537794,
                                        skill = "Average",
                                        long = 0.69767182562777,
                                        x = -161379.31926366,
                                        name = "СНГ ПВО #95",
                                        heading = 0.40489178628508,
                                        y = 464370.87031747,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "Kub 2P25 ln",
                                        CLSID = "{E553DB76-0817-4CE1-A97B-ABF2F7A38772}",
                                        unitId = 127,
                                        lat = 0.75866781677542,
                                        skill = "Average",
                                        long = 0.6976652308362,
                                        x = -161460.43130568,
                                        name = "СНГ ПВО #96",
                                        heading = 0.40489178628508,
                                        y = 464346.84499095,
                                    }, -- end of [7]
                                }, -- end of units
                                name = "СНГ ПВО #021",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [22]
                            [23] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.771916735708,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75181482828721,
                                            x = -51156.205014752,
                                            speed = 5.5555555555556,
                                            y = 705149.01101653,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 31,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 128,
                                        lat = 0.771916735708,
                                        skill = "Average",
                                        long = 0.75181482828721,
                                        x = -51156.205014752,
                                        name = "Юнит #1",
                                        heading = 0,
                                        y = 705149.01101653,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 129,
                                        lat = 0.77188313142868,
                                        skill = "Average",
                                        long = 0.75188360082916,
                                        x = -51330.985299231,
                                        name = "Юнит #18",
                                        heading = 0,
                                        y = 705489.70174935,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #022",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [23]
                            [24] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 430,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75941040686273,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76160734625243,
                                            x = -125101.29994561,
                                            speed = 5.5555555555556,
                                            y = 760373.01573918,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 32,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 130,
                                        lat = 0.75941040686273,
                                        skill = "Average",
                                        long = 0.76160734625243,
                                        x = -125101.29994561,
                                        name = "Юнит #19",
                                        heading = 0,
                                        y = 760373.01573918,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 131,
                                        lat = 0.75942092670564,
                                        skill = "Average",
                                        long = 0.76164227868182,
                                        x = -125013.36008168,
                                        name = "Юнит #20",
                                        heading = 0,
                                        y = 760526.2463269,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #023",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [24]
                            [25] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 451,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7849535958369,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68057007695669,
                                            x = -286.16889865976,
                                            speed = 5.5555555555556,
                                            y = 372808.1662737,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 39,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 174,
                                        lat = 0.7849535958369,
                                        skill = "Average",
                                        long = 0.68057007695669,
                                        x = -286.16889865976,
                                        name = "СНГ ПВО #138",
                                        heading = 3.4198923125949,
                                        y = 372808.1662737,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 175,
                                        lat = 0.78497859792925,
                                        skill = "Average",
                                        long = 0.68057971373441,
                                        x = -123.80129348487,
                                        name = "СНГ ПВО #139",
                                        heading = 3.4198923125949,
                                        y = 372840.01444891,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 176,
                                        lat = 0.78498415701662,
                                        skill = "Average",
                                        long = 0.68060523428161,
                                        x = -80.015057026409,
                                        name = "СНГ ПВО #140",
                                        heading = -1.4168516623366,
                                        y = 372953.01753446,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 177,
                                        lat = 0.78496339279611,
                                        skill = "Average",
                                        long = 0.68055959770857,
                                        x = -227.23181343637,
                                        name = "СНГ ПВО #141",
                                        heading = 1.8490959858,
                                        y = 372756.05672321,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 178,
                                        lat = 0.78496460330067,
                                        skill = "Average",
                                        long = 0.68056101080929,
                                        x = -219.05946620647,
                                        name = "СНГ ПВО #142",
                                        heading = 1.8490959858,
                                        y = 372761.88726196,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 179,
                                        lat = 0.7849658370668,
                                        skill = "Average",
                                        long = 0.6805623095221,
                                        x = -210.77660273388,
                                        name = "СНГ ПВО #143",
                                        heading = 1.8490959858,
                                        y = 372767.18853287,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 180,
                                        lat = 0.78496699323845,
                                        skill = "Average",
                                        long = 0.68056355651361,
                                        x = -203.00482064299,
                                        name = "СНГ ПВО #144",
                                        heading = 1.8490959858,
                                        y = 372772.292129,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 181,
                                        lat = 0.78495821511802,
                                        skill = "Average",
                                        long = 0.68058462312676,
                                        x = -251.97427388653,
                                        name = "СНГ ПВО #145",
                                        heading = -1.2924966677898,
                                        y = 372871.89009717,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 182,
                                        lat = 0.78495979656794,
                                        skill = "Average",
                                        long = 0.68058421228836,
                                        x = -242.03950069193,
                                        name = "СНГ ПВО #146",
                                        heading = -1.2924966677898,
                                        y = 372869.28133318,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 183,
                                        lat = 0.78496127069383,
                                        skill = "Average",
                                        long = 0.68058389590831,
                                        x = -232.75705934688,
                                        name = "СНГ ПВО #147",
                                        heading = -1.2924966677898,
                                        y = 372867.15126263,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 184,
                                        lat = 0.78496277194845,
                                        skill = "Average",
                                        long = 0.68058344612675,
                                        x = -223.34572780319,
                                        name = "СНГ ПВО #148",
                                        heading = -1.2924966677898,
                                        y = 372864.40394884,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #030",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [25]
                            [26] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 104,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.78759573917851,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67843576092712,
                                            x = 15835.976858901,
                                            speed = 5.5555555555556,
                                            y = 361931.53973438,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 40,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 185,
                                        lat = 0.78759573917851,
                                        skill = "Average",
                                        long = 0.67843576092712,
                                        x = 15835.976858901,
                                        name = "СНГ ПВО #149",
                                        heading = 3.4198923125949,
                                        y = 361931.53973438,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 186,
                                        lat = 0.78762071727174,
                                        skill = "Average",
                                        long = 0.67844545373422,
                                        x = 15998.209963527,
                                        name = "СНГ ПВО #150",
                                        heading = 3.4198923125949,
                                        y = 361963.85879555,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 187,
                                        lat = 0.78762629149477,
                                        skill = "Average",
                                        long = 0.67847101714499,
                                        x = 16042.106316164,
                                        name = "СНГ ПВО #151",
                                        heading = 4.866333644843,
                                        y = 362076.47538393,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 188,
                                        lat = 0.78760551425049,
                                        skill = "Average",
                                        long = 0.67842528509304,
                                        x = 15894.775858104,
                                        name = "СНГ ПВО #152",
                                        heading = 1.8490959858,
                                        y = 361879.91422071,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 189,
                                        lat = 0.78760672442197,
                                        skill = "Average",
                                        long = 0.67842670213755,
                                        x = 15902.947362565,
                                        name = "СНГ ПВО #153",
                                        heading = 1.8490959858,
                                        y = 361885.7476703,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 190,
                                        lat = 0.78760795772466,
                                        skill = "Average",
                                        long = 0.67842800468586,
                                        x = 15911.228519233,
                                        name = "СНГ ПВО #154",
                                        heading = 1.8490959858,
                                        y = 361891.05488205,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 191,
                                        lat = 0.78760911348826,
                                        skill = "Average",
                                        long = 0.67842925531059,
                                        x = 15918.998881349,
                                        name = "СНГ ПВО #155",
                                        heading = 1.8490959858,
                                        y = 361896.16341585,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 192,
                                        lat = 0.78760036520446,
                                        skill = "Average",
                                        long = 0.6784503340523,
                                        x = 15870.223094209,
                                        name = "СНГ ПВО #156",
                                        heading = 4.9906886393898,
                                        y = 361995.082334,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 193,
                                        lat = 0.78760194424282,
                                        skill = "Average",
                                        long = 0.67844992543077,
                                        x = 15880.143248216,
                                        name = "СНГ ПВО #157",
                                        heading = 4.9906886393898,
                                        y = 361992.52479444,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 194,
                                        lat = 0.78760341617912,
                                        skill = "Average",
                                        long = 0.67844961120373,
                                        x = 15889.412461321,
                                        name = "СНГ ПВО #158",
                                        heading = 4.9906886393898,
                                        y = 361990.4410731,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "S-300PS 5P85C ln",
                                        CLSID = "{ABB2373A-4A0C-479B-A810-A075C4346644}",
                                        unitId = 195,
                                        lat = 0.78760491509212,
                                        skill = "Average",
                                        long = 0.67844916344888,
                                        x = 15898.809556957,
                                        name = "СНГ ПВО #159",
                                        heading = 4.9906886393898,
                                        y = 361987.74364216,
                                    }, -- end of [11]
                                }, -- end of units
                                name = "СНГ ПВО #031",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [26]
                            [27] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 47,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74240703739352,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73382326515255,
                                                    radius = 700,
                                                    y = 646805.26042877,
                                                    x = -281294.65287869,
                                                    lat = 0.73730851537259,
                                                    categories = 
                                                    {
                                                    }, -- end of categories
                                                }, -- end of [1]
                                            }, -- end of targets
                                            long = 0.72815719040014,
                                            x = -251631.76631886,
                                            speed = 5.5555555555556,
                                            y = 616626.41231835,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 63,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 369,
                                        lat = 0.74240703739352,
                                        skill = "Average",
                                        long = 0.72815719040014,
                                        x = -251631.76631886,
                                        name = "Юнит #53",
                                        heading = 2.5535900500422,
                                        y = 616626.41231835,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 370,
                                        lat = 0.74240889791657,
                                        skill = "Average",
                                        long = 0.72816697737906,
                                        x = -251615.18514264,
                                        name = "Юнит #54",
                                        heading = 2.5535900500422,
                                        y = 616671.31562795,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 371,
                                        lat = 0.74241108201291,
                                        skill = "Average",
                                        long = 0.72817660036881,
                                        x = -251596.62177753,
                                        name = "Юнит #55",
                                        heading = 2.5535900500422,
                                        y = 616715.23115636,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 372,
                                        lat = 0.74241261897221,
                                        skill = "Average",
                                        long = 0.72818511397099,
                                        x = -251582.71713646,
                                        name = "Юнит #56",
                                        heading = 2.5535900500422,
                                        y = 616754.34620202,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "Smerch",
                                        CLSID = "{BF8A33C7-95E1-4B1E-B3DF-5DA8C455ACE4}",
                                        unitId = 373,
                                        lat = 0.74241383236267,
                                        skill = "Average",
                                        long = 0.72819252873624,
                                        x = -251571.40474091,
                                        name = "Юнит #57",
                                        heading = 2.5535900500422,
                                        y = 616788.49580372,
                                    }, -- end of [5]
                                }, -- end of units
                                name = "СНГ Смерч",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [27]
                            [28] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74249173448023,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72801184485866,
                                            x = -251162.39792581,
                                            speed = 5.5555555555556,
                                            y = 615885.02396061,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 122,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 440,
                                        lat = 0.74249173448023,
                                        skill = "Excellent",
                                        long = 0.72801184485866,
                                        x = -251162.39792581,
                                        name = "Юнит #41",
                                        heading = 0,
                                        y = 615885.02396061,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Tor 9A331",
                                        CLSID = "{C206BC9A-F3B1-496C-AB9B-3E3A9B95DBED}",
                                        unitId = 441,
                                        lat = 0.74247490779195,
                                        skill = "Excellent",
                                        long = 0.72831585616505,
                                        x = -251122.72587809,
                                        name = "Юнит #42",
                                        heading = 0,
                                        y = 617329.3609535,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ тор",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [28]
                            [29] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7417964746993,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.72658010241445,
                                            x = -256283.43443679,
                                            speed = 5.5555555555556,
                                            y = 609596.8251404,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 123,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 442,
                                        lat = 0.7417964746993,
                                        skill = "Average",
                                        long = 0.72658010241445,
                                        x = -256283.43443679,
                                        name = "Юнит #43",
                                        heading = 2.4805494847391,
                                        y = 609596.8251404,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 443,
                                        lat = 0.7418061763347,
                                        skill = "Average",
                                        long = 0.72660503431665,
                                        x = -256209.58259227,
                                        name = "Юнит #44",
                                        heading = 2.4805494847391,
                                        y = 609707.92187681,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 444,
                                        lat = 0.74181692908138,
                                        skill = "Average",
                                        long = 0.72663179959109,
                                        x = -256128.14862837,
                                        name = "Юнит #51",
                                        heading = 2.4805494847391,
                                        y = 609826.96405734,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 445,
                                        lat = 0.74182679259633,
                                        skill = "Average",
                                        long = 0.72665606436587,
                                        x = -256053.58778154,
                                        name = "Юнит #52",
                                        heading = 2.4805494847391,
                                        y = 609934.80840487,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 446,
                                        lat = 0.74184878370474,
                                        skill = "Average",
                                        long = 0.72670836877769,
                                        x = -255888.21846781,
                                        name = "Юнит #58",
                                        heading = 2.4805494847391,
                                        y = 610166.79028042,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 447,
                                        lat = 0.74183754554617,
                                        skill = "Average",
                                        long = 0.72668099767304,
                                        x = -255973.03756659,
                                        name = "Юнит #59",
                                        heading = 2.4805494847391,
                                        y = 610045.21417976,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 448,
                                        lat = 0.74186083049247,
                                        skill = "Average",
                                        long = 0.72673386050517,
                                        x = -255799.15571904,
                                        name = "Юнит #60",
                                        heading = 2.4805494847391,
                                        y = 610278.97005577,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 449,
                                        lat = 0.74188597555849,
                                        skill = "Average",
                                        long = 0.72678914976546,
                                        x = -255612.25122661,
                                        name = "Юнит #61",
                                        heading = 2.4805494847391,
                                        y = 610522.93035748,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 450,
                                        lat = 0.74187295826547,
                                        skill = "Average",
                                        long = 0.72676361980814,
                                        x = -255707.51531909,
                                        name = "Юнит #62",
                                        heading = 2.4805494847391,
                                        y = 610411.21432386,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "SAU Msta",
                                        CLSID = "{80530579-B527-4A29-B1B6-1B0BDD4C8D86}",
                                        unitId = 451,
                                        lat = 0.74189713336184,
                                        skill = "Average",
                                        long = 0.72681652319701,
                                        x = -255527.942929,
                                        name = "Юнит #63",
                                        heading = 2.4805494847391,
                                        y = 610644.5707462,
                                    }, -- end of [10]
                                    [11] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 454,
                                        lat = 0.74194863861439,
                                        skill = "Excellent",
                                        long = 0.72685478946211,
                                        x = -255181.32751424,
                                        name = "Юнит #64",
                                        heading = 2.4805494847391,
                                        y = 610790.79021513,
                                    }, -- end of [11]
                                    [12] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 455,
                                        lat = 0.74184918795721,
                                        skill = "Excellent",
                                        long = 0.72653636265029,
                                        x = -255968.7410883,
                                        name = "Юнит #65",
                                        heading = 2.4805494847391,
                                        y = 609355.64975085,
                                    }, -- end of [12]
                                }, -- end of units
                                name = "СНГ мста",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [29]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "ДРЛО",
                                groupId = 8,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78288093031336,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70275290415193,
                                            x = -5246.5214568423,
                                            speed = 222.22222222222,
                                            y = 474252.70605462,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7912796198206,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67570124106242,
                                            x = 38402.765583712,
                                            speed = 222.22222222222,
                                            y = 347945.71422255,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061276091275,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71232408282061,
                                            x = -15638.451134648,
                                            speed = 222.22222222222,
                                            y = 518990.75803665,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79131362274829,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67665721702545,
                                            x = 38924.838554935,
                                            speed = 222.22222222222,
                                            y = 352221.63046363,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77984593266172,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71329799887793,
                                            x = -20090.933530021,
                                            speed = 222.22222222222,
                                            y = 523893.5870816,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79153751163634,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67664064297231,
                                            x = 40344.988592928,
                                            speed = 222.22222222222,
                                            y = 352042.5657208,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985708205341,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71392799951065,
                                            x = -19741.566136737,
                                            speed = 222.22222222222,
                                            y = 526749.38111795,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7911791441893,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67602820867241,
                                            x = 37865.853543703,
                                            speed = 222.22222222222,
                                            y = 349459.26972735,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77985431565153,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.713770525504,
                                            x = -19828.763054671,
                                            speed = 222.22222222222,
                                            y = 526035.53824845,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79126817271415,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.675382577378,
                                            x = 38229.625130748,
                                            speed = 222.22222222222,
                                            y = 346519.78319846,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78027103785504,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71202130661701,
                                            x = -17948.175471427,
                                            speed = 222.22222222222,
                                            y = 517827.40911318,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119050547848,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67634681801166,
                                            x = 38038.878375779,
                                            speed = 222.22222222222,
                                            y = 350885.74259584,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77961919914581,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71314850569106,
                                            x = -21600.7264619,
                                            speed = 222.22222222222,
                                            y = 523357.11953216,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79141987883833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67648954916531,
                                            x = 39546.310620498,
                                            speed = 222.22222222222,
                                            y = 351419.72216624,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78007825103621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71376256580133,
                                            x = -18406.359748197,
                                            speed = 222.22222222222,
                                            y = 525858.27887866,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79116201771656,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67555026536675,
                                            x = 37606.440075969,
                                            speed = 222.22222222222,
                                            y = 347320.22390687,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7795211453087,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71393982845345,
                                            x = -21875.443317082,
                                            speed = 222.22222222222,
                                            y = 527013.50208225,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79170987280148,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67518949814206,
                                            x = 40981.390572737,
                                            speed = 222.22222222222,
                                            y = 345450.9299456,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77953212351377,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71456964845446,
                                            x = -21527.244116871,
                                            speed = 222.22222222222,
                                            y = 529868.82154198,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79119618617205,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67650613542052,
                                            x = 38127.41385215,
                                            speed = 222.22222222222,
                                            y = 351598.66555718,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77951837982544,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71378235183462,
                                            x = -21962.635958287,
                                            speed = 222.22222222222,
                                            y = 526299.58671278,
                                        }, -- end of [21]
                                        [22] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79192799690858,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67501321611894,
                                            x = 42314.82907485,
                                            speed = 222.22222222222,
                                            y = 344559.61502994,
                                        }, -- end of [22]
                                        [23] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77974785684378,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71408942964223,
                                            x = -20365.733662405,
                                            speed = 222.22222222222,
                                            y = 527551.7609261,
                                        }, -- end of [23]
                                        [24] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79138578745124,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67553351623984,
                                            x = 39026.017679296,
                                            speed = 222.22222222222,
                                            y = 347143.9576839,
                                        }, -- end of [24]
                                        [25] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899349385467,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71584800428903,
                                            x = -24388.498174069,
                                            speed = 222.22222222222,
                                            y = 536017.20004688,
                                        }, -- end of [25]
                                        [26] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79149764891729,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67552512886001,
                                            x = 39735.652536262,
                                            speed = 222.22222222222,
                                            y = 347055.20538118,
                                        }, -- end of [26]
                                        [27] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77963864342896,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7142508481282,
                                            x = -20989.831229744,
                                            speed = 222.22222222222,
                                            y = 528354.08038357,
                                        }, -- end of [27]
                                        [28] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79118482481757,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67618752242858,
                                            x = 37952.144948256,
                                            speed = 222.22222222222,
                                            y = 350172.29422867,
                                        }, -- end of [28]
                                        [29] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77877984725241,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71648483193024,
                                            x = -25458.499102974,
                                            speed = 222.22222222222,
                                            y = 539045.2628729,
                                        }, -- end of [29]
                                        [30] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79136272130922,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67489611855007,
                                            x = 38678.619898471,
                                            speed = 222.22222222222,
                                            y = 344291.8583301,
                                        }, -- end of [30]
                                        [31] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77880723103034,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71821563117214,
                                            x = -24494.747628759,
                                            speed = 222.22222222222,
                                            y = 546893.09156229,
                                        }, -- end of [31]
                                        [32] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79187547643104,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.67357839006697,
                                            x = 41529.011364019,
                                            speed = 222.22222222222,
                                            y = 338139.615796,
                                        }, -- end of [32]
                                        [33] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77975875368719,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71471941561334,
                                            x = -20017.980862039,
                                            speed = 222.22222222222,
                                            y = 530407.64745453,
                                        }, -- end of [33]
                                        [34] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77899240498865,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.69946675447607,
                                            x = -31322.712353912,
                                            speed = 222.22222222222,
                                            y = 461532.57305051,
                                        }, -- end of [34]
                                        [35] = 
                                        {
                                            alt = 12000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78399572348043,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.68242374092268,
                                            x = -5751.4650765909,
                                            speed = 222.22222222222,
                                            y = 381636.41746637,
                                        }, -- end of [35]
                                        [36] = 
                                        {
                                            alt = 34,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.786052,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.683393,
                                            x = 7674.038444859,
                                            speed = 138.88888888889,
                                            airdromeId = 19,
                                            y = 385029.5736699,
                                        }, -- end of [36]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "AWACS",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "A-50",
                                        CLSID = "{CA17F0F8-6AEB-43FA-BC90-76732137F61D}",
                                        unitId = 13,
                                        lat = 0.78288093031336,
                                        skill = "Average",
                                        long = 0.70275290415193,
                                        x = -5246.5214568423,
                                        name = "Пилот #11",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                            }, -- end of pylons
                                            fuel = "70000",
                                            flare = 192,
                                            chaff = 192,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 474252.70605462,
                                        callsign = 
                                        {
                                            [1] = 5,
                                            [2] = 0,
                                            [3] = 0,
                                            name = "500",
                                        }, -- end of callsign
                                        onboard_num = 50,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = false,
                                name = "Су-27 ПВО",
                                groupId = 1,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 320,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75146130180125,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76709689067489,
                                            x = -172412.22806508,
                                            speed = 222.22222222222,
                                            y = 792544.37529487,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74895928396794,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76915054886916,
                                            x = -187080.65666227,
                                            speed = 222.22222222222,
                                            y = 804263.3906207,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74262473917977,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7712471582469,
                                            x = -226139.9521485,
                                            speed = 222.22222222222,
                                            y = 819508.92537077,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73870507054132,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7685164148175,
                                            x = -252836.82678063,
                                            speed = 222.22222222222,
                                            y = 809930.70359477,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73642600796669,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75899153949651,
                                            x = -273130.99519049,
                                            speed = 222.22222222222,
                                            y = 766684.97063855,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73619417016598,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74526785667943,
                                            x = -282382.34429017,
                                            speed = 222.22222222222,
                                            y = 701812.12925797,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73647106190921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75887083201404,
                                            x = -272914.1716958,
                                            speed = 222.22222222222,
                                            y = 766076.79940152,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73866121489811,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76839462730334,
                                            x = -253192.69172444,
                                            speed = 222.22222222222,
                                            y = 809391.2048418,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74253509675909,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77124563308113,
                                            x = -226712.31010906,
                                            speed = 222.22222222222,
                                            y = 819578.64597119,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74869002172828,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76920778238043,
                                            x = -188760.72280619,
                                            speed = 222.22222222222,
                                            y = 804758.24521981,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75157322563238,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76704322347,
                                            x = -171731.90055383,
                                            speed = 222.22222222222,
                                            y = 792198.65266372,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 7000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77168693532753,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75501991430029,
                                            x = -50789.061652819,
                                            speed = 222.22222222222,
                                            y = 720021.00635969,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 401,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.771891,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.751935,
                                            x = -51251.551717591,
                                            speed = 138.88888888889,
                                            airdromeId = 26,
                                            y = 705718.47981263,
                                        }, -- end of [14]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 1,
                                        lat = 0.771891,
                                        skill = "Player",
                                        y = 705718.47981263,
                                        long = 0.751935,
                                        x = -51251.551717591,
                                        name = "Александр",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 3,
                                            name = "113",
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 2,
                                        lat = 0.77188002229232,
                                        skill = "Excellent",
                                        y = 705777.93841025,
                                        long = 0.7519461258859,
                                        x = -51315.117595186,
                                        name = "Ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = "114",
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 367,
                                        lat = 0.771877,
                                        skill = "Excellent",
                                        y = 705793.4442709,
                                        long = 0.751949,
                                        x = -51332.72583405,
                                        name = "Второй ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 5,
                                            name = "115",
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 368,
                                        lat = 0.77187,
                                        skill = "Excellent",
                                        y = 705830.92650003,
                                        long = 0.751956,
                                        x = -51373.312892281,
                                        name = "Третий ведомый",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{B79C379A-9E87-4E50-A1EE-7F7E29C2E87A}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 4,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = "116",
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = true,
                                name = "МиГ-29 патр",
                                groupId = 45,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 306,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.779331769069,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64569902679788,
                                            x = -45819.487717574,
                                            speed = 194.44444444444,
                                            y = 216965.16817774,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7784870461945,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63993403201516,
                                            x = -52424.714128098,
                                            speed = 194.44444444444,
                                            y = 190993.85814231,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78286646826029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62634498222287,
                                            x = -27023.783713068,
                                            speed = 194.44444444444,
                                            y = 128199.39076261,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78488147508715,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62324793697013,
                                            x = -14680.340170165,
                                            speed = 194.44444444444,
                                            y = 113739.62221847,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78657836469706,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62586007366065,
                                            x = -3466.1748019401,
                                            speed = 194.44444444444,
                                            y = 125159.19111997,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78689674724825,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63346684493654,
                                            x = -135.58094433323,
                                            speed = 194.44444444444,
                                            y = 159408.94991514,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78783788702119,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63833785926506,
                                            x = 6792.9061052911,
                                            speed = 194.44444444444,
                                            y = 181118.76303852,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78953999262736,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63831028118784,
                                            x = 17625.713070078,
                                            speed = 194.44444444444,
                                            y = 180507.4155075,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79258996061833,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63877110208569,
                                            x = 37140.305627731,
                                            speed = 194.44444444444,
                                            y = 181709.53710342,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79366614407092,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63389824349039,
                                            x = 43051.211331975,
                                            speed = 194.44444444444,
                                            y = 159580.92678742,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79330725720847,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62643212320453,
                                            x = 39473.266129358,
                                            speed = 194.44444444444,
                                            y = 126206.92933133,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79144820441782,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62106124721676,
                                            x = 26813.952429333,
                                            speed = 194.44444444444,
                                            y = 102522.25183576,
                                        }, -- end of [13]
                                        [14] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7915677065964,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61627609819799,
                                            x = 26920.453718442,
                                            speed = 194.44444444444,
                                            y = 81011.406308458,
                                        }, -- end of [14]
                                        [15] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79338619598996,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61494769235427,
                                            x = 38328.331127886,
                                            speed = 194.44444444444,
                                            y = 74727.986208161,
                                        }, -- end of [15]
                                        [16] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7945728253393,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6242509948133,
                                            x = 47182.419164439,
                                            speed = 194.44444444444,
                                            y = 116159.68884106,
                                        }, -- end of [16]
                                        [17] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79477754393551,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63396896667956,
                                            x = 50141.784574934,
                                            speed = 194.44444444444,
                                            y = 159597.92026344,
                                        }, -- end of [17]
                                        [18] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79394404626516,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63883369920354,
                                            x = 45775.509131397,
                                            speed = 194.44444444444,
                                            y = 181614.23417759,
                                        }, -- end of [18]
                                        [19] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78597386939694,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64064746896004,
                                            x = -4608.9135777261,
                                            speed = 194.44444444444,
                                            y = 192072.55007518,
                                        }, -- end of [19]
                                        [20] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77970242665402,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64665078052255,
                                            x = -43241.163856825,
                                            speed = 194.44444444444,
                                            y = 221172.45899755,
                                        }, -- end of [20]
                                        [21] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [21]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 225,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 4,
                                            [3] = 9,
                                            name = 149,
                                        }, -- end of callsign
                                        onboard_num = 20,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 226,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #13",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 0,
                                            name = 150,
                                        }, -- end of callsign
                                        onboard_num = 21,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 227,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #14",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 1,
                                            name = 151,
                                        }, -- end of callsign
                                        onboard_num = 22,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-29S",
                                        CLSID = "{3B301281-F94A-11d5-9190-00A0249B6F00}",
                                        unitId = 228,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #15",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{2BEC576B-CDF5-4B7F-961F-B0FA4312B841}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{C0FF4842-FBAC-11d5-9190-00A0249B6F00}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{B4C01D60-A8A3-4237-BD72-CA7655BC0FE9}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [7]
                                            }, -- end of pylons
                                            fuel = "3500",
                                            flare = 30,
                                            chaff = 30,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 5,
                                            [3] = 2,
                                            name = 152,
                                        }, -- end of callsign
                                        onboard_num = 23,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "СНГ Ту-160",
                                groupId = 64,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76292231725038,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65722494641426,
                                            x = -147509.53441281,
                                            speed = 277.77777777778,
                                            y = 275276.7768443,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76100956112361,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.73035980397429,
                                                    radius = 1,
                                                    y = 634060.7015854,
                                                    x = -318068.52117405,
                                                    lat = 0.73180895013867,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.73066134715285,
                                                    radius = 1,
                                                    y = 635526.53473064,
                                                    x = -318236.2860656,
                                                    lat = 0.7317591182686,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.73052218949821,
                                                    radius = 1,
                                                    y = 634857.79334213,
                                                    x = -318233.92887643,
                                                    lat = 0.73177033425065,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.73058148444272,
                                                    radius = 1,
                                                    y = 635132.52590665,
                                                    x = -318135.5678056,
                                                    lat = 0.73178114976891,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.7306925389663,
                                                    radius = 1,
                                                    y = 635670.79488173,
                                                    x = -318182.00002217,
                                                    lat = 0.73176520693055,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.73068173627069,
                                                    radius = 1,
                                                    y = 635597.03779658,
                                                    x = -317969.39110774,
                                                    lat = 0.73179941621608,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.73074254280173,
                                                    radius = 1,
                                                    y = 635877.53719374,
                                                    x = -317856.49431009,
                                                    lat = 0.73181239518961,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    long = 0.73063723578014,
                                                    radius = 1,
                                                    y = 635413.82710046,
                                                    x = -318266.63702882,
                                                    lat = 0.73175623417719,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    long = 0.73071082646945,
                                                    radius = 1,
                                                    y = 635755.7701412,
                                                    x = -318154.03069079,
                                                    lat = 0.7317681711596,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    long = 0.73081236993486,
                                                    radius = 1,
                                                    y = 636201.90725374,
                                                    x = -317748.81617096,
                                                    lat = 0.73182385206357,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    long = 0.73087655187719,
                                                    radius = 1,
                                                    y = 636499.18413323,
                                                    x = -317641.38828787,
                                                    lat = 0.73183570965169,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    long = 0.73067853690932,
                                                    radius = 1,
                                                    y = 635605.55773425,
                                                    x = -318201.71544644,
                                                    lat = 0.73176320407755,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [12]
                                            }, -- end of targets
                                            long = 0.66109233845288,
                                            x = -158658.36510981,
                                            speed = 277.77777777778,
                                            y = 293850.22195969,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77673769452134,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6546647959021,
                                            x = -60206.517430623,
                                            speed = 277.77777777778,
                                            y = 258629.10495522,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 40,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779573,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.659424,
                                            x = -40915.496728899,
                                            speed = 138.88888888889,
                                            airdromeId = 14,
                                            y = 279256.64920952,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-160",
                                        CLSID = "{12F005C2-F9F1-4BD7-ADA0-AF169A7D8D78}",
                                        unitId = 374,
                                        lat = 0.76292231725038,
                                        skill = "Good",
                                        long = 0.65722494641426,
                                        x = -147509.53441281,
                                        name = "Игрок #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "157000",
                                            flare = 72,
                                            chaff = 72,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 275276.7768443,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 4,
                                            name = 114,
                                        }, -- end of callsign
                                        onboard_num = 51,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [4]
                            [5] = 
                            {
                                hidden = false,
                                name = "СНГ Ту-160 #001",
                                groupId = 75,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76157576605063,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65630338366321,
                                            x = -156320.91843964,
                                            speed = 277.77777777778,
                                            y = 271498.79610108,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75978022598396,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.72592835342156,
                                                    radius = 1,
                                                    y = 616493.75812911,
                                                    x = -355147.33949595,
                                                    lat = 0.72632884369926,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.72600743482565,
                                                    radius = 1,
                                                    y = 616902.89229928,
                                                    x = -355424.69753889,
                                                    lat = 0.72627933486939,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.72615148415032,
                                                    radius = 1,
                                                    y = 617651.0535444,
                                                    x = -355959.25163036,
                                                    lat = 0.72618454867526,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.72622734528847,
                                                    radius = 1,
                                                    y = 618045.35186937,
                                                    x = -356243.7078464,
                                                    lat = 0.7261341693537,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.72609436605571,
                                                    radius = 1,
                                                    y = 617403.49341473,
                                                    x = -356242.25826723,
                                                    lat = 0.72614445229164,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.72610570622581,
                                                    radius = 1,
                                                    y = 617462.61297,
                                                    x = -356286.57001202,
                                                    lat = 0.72613664043874,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.7261290941717,
                                                    radius = 1,
                                                    y = 617583.98092155,
                                                    x = -356372.31200335,
                                                    lat = 0.72612141545259,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    long = 0.72614527148204,
                                                    radius = 1,
                                                    y = 617669.08343406,
                                                    x = -356443.24249039,
                                                    lat = 0.72610906024862,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    long = 0.72616920094525,
                                                    radius = 1,
                                                    y = 617792.73616798,
                                                    x = -356525.67383524,
                                                    lat = 0.72609431389229,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    long = 0.72618781612479,
                                                    radius = 1,
                                                    y = 617888.62987001,
                                                    x = -356586.79372872,
                                                    lat = 0.72608331403329,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [10]
                                                [11] = 
                                                {
                                                    long = 0.72619590025159,
                                                    radius = 1,
                                                    y = 617930.07618734,
                                                    x = -356611.34037959,
                                                    lat = 0.72607885035304,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [11]
                                                [12] = 
                                                {
                                                    long = 0.72622132982918,
                                                    radius = 1,
                                                    y = 618047.74676092,
                                                    x = -356560.4885707,
                                                    lat = 0.7260849082091,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [12]
                                            }, -- end of targets
                                            long = 0.66008680149324,
                                            x = -166759.25973825,
                                            speed = 277.77777777778,
                                            y = 289655.95057377,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77643779500812,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65244410140823,
                                            x = -62661.05203366,
                                            speed = 277.77777777778,
                                            y = 248611.328327,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 40,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.779573,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.659424,
                                            x = -40915.496728899,
                                            speed = 138.88888888889,
                                            airdromeId = 14,
                                            y = 279256.64920952,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Tu-160",
                                        CLSID = "{12F005C2-F9F1-4BD7-ADA0-AF169A7D8D78}",
                                        unitId = 386,
                                        lat = 0.76157576605063,
                                        skill = "Good",
                                        long = 0.65630338366321,
                                        x = -156320.91843964,
                                        name = "Игрок #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{0290F5DE-014A-4BB1-9843-D717749B1DED}",
                                                }, -- end of [2]
                                            }, -- end of pylons
                                            fuel = "157000",
                                            flare = 72,
                                            chaff = 72,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 271498.79610108,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 6,
                                            name = 116,
                                        }, -- end of callsign
                                        onboard_num = 52,
                                    }, -- end of [1]
                                }, -- end of units
                            }, -- end of [5]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [1]
                [2] = 
                {
                    helicopter = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of helicopter
                    name = "Ukraine",
                    ship = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of ship
                    id = 1,
                    vehicle = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 50,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.79200869213459,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59649542310449,
                                            x = 27806.182580602,
                                            speed = 5.5555555555556,
                                            y = -7839.775848587,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 41,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 196,
                                        lat = 0.79200869213459,
                                        skill = "Average",
                                        long = 0.59649542310449,
                                        x = 27806.182580602,
                                        name = "Юнит #21",
                                        heading = 0,
                                        y = -7839.775848587,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 197,
                                        lat = 0.79202973676932,
                                        skill = "Average",
                                        long = 0.59651571751905,
                                        x = 27941.466543996,
                                        name = "Юнит #22",
                                        heading = 0,
                                        y = -7750.7084483132,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 198,
                                        lat = 0.79197475012097,
                                        skill = "Average",
                                        long = 0.59648028178412,
                                        x = 27589.092154228,
                                        name = "Юнит #23",
                                        heading = 0,
                                        y = -7904.4223407889,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 199,
                                        lat = 0.7919761077791,
                                        skill = "Average",
                                        long = 0.59652491595053,
                                        x = 27600.537465764,
                                        name = "Юнит #24",
                                        heading = 0,
                                        y = -7704.0874188989,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 200,
                                        lat = 0.79200682529351,
                                        skill = "Average",
                                        long = 0.59652030935266,
                                        x = 27795.855726449,
                                        name = "Юнит #25",
                                        heading = 4.4461369312338,
                                        y = -7727.8173466576,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 201,
                                        lat = 0.79200326133397,
                                        skill = "Average",
                                        long = 0.59652070189283,
                                        x = 27773.185276725,
                                        name = "Юнит #26",
                                        heading = 4.7123889803847,
                                        y = -7725.7015946796,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 202,
                                        lat = 0.7919996973873,
                                        skill = "Average",
                                        long = 0.59652105932979,
                                        x = 27750.512706988,
                                        name = "Юнит #27",
                                        heading = 4.8120576328759,
                                        y = -7723.7435060488,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 203,
                                        lat = 0.79200801328288,
                                        skill = "Average",
                                        long = 0.59646777511973,
                                        x = 27800.125381827,
                                        name = "Юнит #28",
                                        heading = 1.6951513213417,
                                        y = -7963.8864451637,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 204,
                                        lat = 0.79200300676592,
                                        skill = "Average",
                                        long = 0.59646845086984,
                                        x = 27768.286581294,
                                        name = "Юнит #29",
                                        heading = 1.4056476493803,
                                        y = -7960.3559272047,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 205,
                                        lat = 0.79199842455232,
                                        skill = "Average",
                                        long = 0.59646908153804,
                                        x = 27739.146890305,
                                        name = "Юнит #30",
                                        heading = 1.5882496193148,
                                        y = -7957.0698801279,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #032",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [1]
                            [2] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 104,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.7904589861621,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.62879643279693,
                                            x = 21721.987315298,
                                            speed = 5.5555555555556,
                                            y = 137493.58351708,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 42,
                                hidden = true,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "S-300PS 54K6 cp",
                                        CLSID = "{1C4F9C25-EDBD-429e-B95A-083ABFE82B95}",
                                        unitId = 206,
                                        lat = 0.7904589861621,
                                        skill = "Average",
                                        long = 0.62879643279693,
                                        x = 21721.987315298,
                                        name = "СНГ ПВО #032",
                                        heading = 3.4198923125949,
                                        y = 137493.58351708,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "S-300PS 40B6MD sr",
                                        CLSID = "{414E9DC1-B881-44C3-8141-049DD59B2A69}",
                                        unitId = 207,
                                        lat = 0.79044269320225,
                                        skill = "Average",
                                        long = 0.62876871400446,
                                        x = 21613.404580673,
                                        name = "СНГ ПВО #160",
                                        heading = 3.4198923125949,
                                        y = 137372.95092786,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "S-300PS 64H6E sr",
                                        CLSID = "{3F127663-E479-4B8D-855B-7C4F6E9310EA}",
                                        unitId = 208,
                                        lat = 0.79048867313562,
                                        skill = "Average",
                                        long = 0.62882421763918,
                                        x = 21915.870673144,
                                        name = "СНГ ПВО #161",
                                        heading = 3.4198923125949,
                                        y = 137611.33834836,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "S-300PS 40B6M tr",
                                        CLSID = "{0626F96A-FDFB-42D3-ADE5-A0415690BF5E}",
                                        unitId = 209,
                                        lat = 0.79049601755702,
                                        skill = "Average",
                                        long = 0.62878075234096,
                                        x = 21955.057666376,
                                        name = "СНГ ПВО #162",
                                        heading = 3.4198923125949,
                                        y = 137414.38100524,
                                    }, -- end of [4]
                                    [5] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 210,
                                        lat = 0.79046560282618,
                                        skill = "Average",
                                        long = 0.62877322016311,
                                        x = 21760.072116314,
                                        name = "СНГ ПВО #163",
                                        heading = 1.5828439366491,
                                        y = 137387.75991441,
                                    }, -- end of [5]
                                    [6] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 211,
                                        lat = 0.79046910415151,
                                        skill = "Average",
                                        long = 0.62877423061016,
                                        x = 21782.5437333,
                                        name = "СНГ ПВО #164",
                                        heading = 1.8490959858,
                                        y = 137391.46833732,
                                    }, -- end of [6]
                                    [7] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 212,
                                        lat = 0.79047259866214,
                                        skill = "Average",
                                        long = 0.62877527482028,
                                        x = 21804.977844387,
                                        name = "СНГ ПВО #165",
                                        heading = 1.9487646382912,
                                        y = 137395.33001618,
                                    }, -- end of [7]
                                    [8] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 213,
                                        lat = 0.790454280947,
                                        skill = "Average",
                                        long = 0.62882329359851,
                                        x = 21696.710274064,
                                        name = "СНГ ПВО #166",
                                        heading = 5.1150436339366,
                                        y = 137615.33920272,
                                    }, -- end of [8]
                                    [9] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 214,
                                        lat = 0.79045922356944,
                                        skill = "Average",
                                        long = 0.62882459344094,
                                        x = 21728.410112278,
                                        name = "СНГ ПВО #167",
                                        heading = 4.8255399619752,
                                        y = 137620.00580341,
                                    }, -- end of [9]
                                    [10] = 
                                    {
                                        type = "S-300PS 5P85D ln",
                                        CLSID = "{4351D9C0-EDE5-4574-9789-75227A3C9873}",
                                        unitId = 215,
                                        lat = 0.7904637496654,
                                        skill = "Average",
                                        long = 0.62882577139697,
                                        x = 21757.436377166,
                                        name = "СНГ ПВО #168",
                                        heading = 5.0081419319097,
                                        y = 137624.22369052,
                                    }, -- end of [10]
                                }, -- end of units
                                name = "СНГ ПВО #033",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [2]
                            [3] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 21,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.75246618046287,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.70805795588816,
                                            x = -196722.61870888,
                                            speed = 5.5555555555556,
                                            y = 516149.89109687,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 46,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 229,
                                        lat = 0.75246618046287,
                                        skill = "Average",
                                        long = 0.70805795588816,
                                        x = -196722.61870888,
                                        name = "Юнит #31",
                                        heading = 0,
                                        y = 516149.89109687,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 230,
                                        lat = 0.75240910893683,
                                        skill = "Average",
                                        long = 0.70808560709083,
                                        x = -197074.29349346,
                                        name = "Юнит #32",
                                        heading = 0,
                                        y = 516311.4866633,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #034",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [3]
                            [4] = 
                            {
                                visible = false,
                                route = 
                                {
                                    spans = 
                                    {
                                    }, -- end of spans
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 15,
                                            type = "Turning Point",
                                            action = "Off Road",
                                            lat = 0.74813738667485,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.71770540908198,
                                            x = -220054.09281752,
                                            speed = 5.5555555555556,
                                            y = 563849.60368233,
                                        }, -- end of [1]
                                    }, -- end of points
                                }, -- end of route
                                groupId = 47,
                                hidden = false,
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 231,
                                        lat = 0.74813738667485,
                                        skill = "Average",
                                        long = 0.71770540908198,
                                        x = -220054.09281752,
                                        name = "Юнит #33",
                                        heading = 0,
                                        y = 563849.60368233,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "2S6 Tunguska",
                                        CLSID = "{08353DA0-2367-42CB-8F46-20A9E4787441}",
                                        unitId = 232,
                                        lat = 0.74808639975965,
                                        skill = "Average",
                                        long = 0.71781756798747,
                                        x = -220327.82876884,
                                        name = "Юнит #34",
                                        heading = 0,
                                        y = 564407.47819414,
                                    }, -- end of [2]
                                }, -- end of units
                                name = "СНГ ПВО #035",
                                start_time = 0,
                                task = "Nothing",
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of vehicle
                    plane = 
                    {
                        group = 
                        {
                            [1] = 
                            {
                                hidden = true,
                                name = "Су-27 патр",
                                groupId = 43,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77885027614053,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58613017035109,
                                            x = -56487.926788176,
                                            speed = 166.66666666667,
                                            y = -53754.337545029,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78061745894268,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.61076268592081,
                                            x = -43472.270987109,
                                            speed = 166.66666666667,
                                            y = 57980.077131561,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78260501004699,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63148710854426,
                                            x = -27819.384277049,
                                            speed = 166.66666666667,
                                            y = 151556.60026078,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79213590021701,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63708870228563,
                                            x = 33908.511923796,
                                            speed = 166.66666666667,
                                            y = 174301.61921582,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79426752847949,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6127165274535,
                                            x = 43676.157340908,
                                            speed = 166.66666666667,
                                            y = 64583.076940638,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79935882098963,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.60396522116423,
                                            x = 75192.894633085,
                                            speed = 166.66666666667,
                                            y = 24746.148479577,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80171597126533,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.59061791199466,
                                            x = 89294.472075103,
                                            speed = 166.66666666667,
                                            y = -34868.514516951,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79716636311632,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57878452084916,
                                            x = 59990.341982557,
                                            speed = 166.66666666667,
                                            y = -87385.225205267,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79383105666921,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57069678163101,
                                            x = 38780.160947835,
                                            speed = 166.66666666667,
                                            y = -123575.34758279,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.79114540023456,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.57092655077429,
                                            x = 21673.226684414,
                                            speed = 166.66666666667,
                                            y = -122603.94163228,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78418421065147,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.58012391141299,
                                            x = -22668.400759174,
                                            speed = 166.66666666667,
                                            y = -81161.529190826,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 9000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78277911179462,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64501206666154,
                                            x = -24017.675366913,
                                            speed = 166.66666666667,
                                            y = 212773.93070534,
                                        }, -- end of [12]
                                        [13] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [13]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 216,
                                        lat = 0.77885027614053,
                                        skill = "Good",
                                        long = 0.58613017035109,
                                        x = -56487.926788176,
                                        name = "пилот",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53754.337545029,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 0,
                                            name = 100,
                                        }, -- end of callsign
                                        onboard_num = 11,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 218,
                                        lat = 0.77884327614053,
                                        skill = "Good",
                                        long = 0.58613717035109,
                                        x = -56532.252075999,
                                        name = "Пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53722.258012519,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 1,
                                            name = 101,
                                        }, -- end of callsign
                                        onboard_num = 13,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 219,
                                        lat = 0.77883627614053,
                                        skill = "Good",
                                        long = 0.58614417035109,
                                        x = -56576.57736382,
                                        name = "Пилот #2",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53690.17848001,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 2,
                                            name = 102,
                                        }, -- end of callsign
                                        onboard_num = 14,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 220,
                                        lat = 0.77882927614053,
                                        skill = "Good",
                                        long = 0.58615117035109,
                                        x = -56620.902651641,
                                        name = "Пилот #8",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82F}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{44EE8698-89F9-48EE-AF36-5FD31896A82A}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 1,
                                        y = -53658.098947501,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 3,
                                            name = 103,
                                        }, -- end of callsign
                                        onboard_num = 15,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [1]
                            [2] = 
                            {
                                hidden = true,
                                name = "миг-23 патр",
                                groupId = 44,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 45,
                                            type = "TakeOffParking",
                                            action = "From Parking Area",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80115477575204,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65114622240151,
                                            x = 94409.391535774,
                                            speed = 194.44444444444,
                                            y = 234278.04597897,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80815931473732,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65552223269861,
                                            x = 140097.21328728,
                                            speed = 194.44444444444,
                                            y = 251175.51106827,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.81395082310372,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.6485045481012,
                                            x = 175274.35454085,
                                            speed = 194.44444444444,
                                            y = 218255.73320476,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.8128914128587,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64033621849221,
                                            x = 166739.73698522,
                                            speed = 194.44444444444,
                                            y = 182740.07710778,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.80841741218572,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63914904050697,
                                            x = 138007.28125463,
                                            speed = 194.44444444444,
                                            y = 178837.26112518,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7983341833097,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.63984854108622,
                                            x = 73936.861206171,
                                            speed = 194.44444444444,
                                            y = 184873.32484304,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78891728547386,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64149609298701,
                                            x = 14306.478764542,
                                            speed = 194.44444444444,
                                            y = 195033.61228697,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.77707179089346,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.65124983447531,
                                            x = -58916.070882787,
                                            speed = 194.44444444444,
                                            y = 242950.83025583,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [10]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "CAP",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 221,
                                        lat = 0.78545,
                                        skill = "Good",
                                        y = 243127.2973737,
                                        long = 0.651915,
                                        x = -5406.2803440839,
                                        name = "пилот #1",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 4,
                                            name = 104,
                                        }, -- end of callsign
                                        onboard_num = 16,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 222,
                                        lat = 0.785443,
                                        skill = "Good",
                                        y = 243161.40518038,
                                        long = 0.651922,
                                        x = -5449.1422353042,
                                        name = "Пилот #9",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 5,
                                            name = 105,
                                        }, -- end of callsign
                                        onboard_num = 17,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 223,
                                        lat = 0.785436,
                                        skill = "Good",
                                        y = 243195.51298706,
                                        long = 0.651929,
                                        x = -5492.0041265246,
                                        name = "Пилот #10",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 6,
                                            name = 106,
                                        }, -- end of callsign
                                        onboard_num = 18,
                                    }, -- end of [3]
                                    [4] = 
                                    {
                                        type = "MiG-23MLD",
                                        CLSID = "{A00E562B-1DC8-4671-9EBF-C1CDC2506AE7}",
                                        unitId = 224,
                                        lat = 0.785429,
                                        skill = "Good",
                                        y = 243229.62079374,
                                        long = 0.651936,
                                        x = -5534.8660177439,
                                        name = "Пилот #12",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [2] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{B0DBC591-0F52-4F7D-AD7B-51E67725FB81}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{A5BAEAB7-6FAF-4236-AF72-0FD900F493F9}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{275A2855-4A79-4B2D-B082-91EA2ADF4691}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{CCF898C9-5BC7-49A4-9D1E-C3ED3D5166A1}",
                                                }, -- end of [6]
                                            }, -- end of pylons
                                            fuel = "3800",
                                            flare = 60,
                                            chaff = 60,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        start_type = 3,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 7,
                                            name = 107,
                                        }, -- end of callsign
                                        onboard_num = 19,
                                    }, -- end of [4]
                                }, -- end of units
                            }, -- end of [2]
                            [3] = 
                            {
                                hidden = false,
                                name = "СНГ Су-27 эскорт",
                                groupId = 93,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76241439652177,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64953037793205,
                                            x = -152651.92986921,
                                            speed = 250,
                                            y = 239910.52463769,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.75572112519763,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.66862823515555,
                                            x = -190189.65950487,
                                            speed = 250,
                                            y = 330879.50052402,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 10000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.78226891332618,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.64461569828821,
                                            x = -27352.078959901,
                                            speed = 250,
                                            y = 211133.92702875,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 45,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.78545,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.651915,
                                            x = -5406.2803440839,
                                            speed = 138.88888888889,
                                            airdromeId = 12,
                                            y = 243127.2973737,
                                        }, -- end of [4]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 0,
                                task = "Escort",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 404,
                                        lat = 0.76241439652177,
                                        skill = "Good",
                                        long = 0.64953037793205,
                                        x = -152651.92986921,
                                        name = "Игрок #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 239910.52463769,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 8,
                                            name = 108,
                                        }, -- end of callsign
                                        onboard_num = 53,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 405,
                                        lat = 0.76240739652177,
                                        skill = "Good",
                                        long = 0.64953737793205,
                                        x = -152694.88689485,
                                        name = "Пилот #3",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 239945.16731079,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 0,
                                            [3] = 9,
                                            name = 109,
                                        }, -- end of callsign
                                        onboard_num = 54,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-27",
                                        CLSID = "{6FFE10D7-723E-46B0-AB8F-71B8B3D7572B}",
                                        unitId = 406,
                                        lat = 0.76240039652177,
                                        skill = "Good",
                                        long = 0.64954437793205,
                                        x = -152737.84392048,
                                        name = "Пилот #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{E8069896-8435-4B90-95C0-01A03AE6E400}",
                                                }, -- end of [8]
                                                [9] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [9]
                                                [10] = 
                                                {
                                                    CLSID = "{FBC29BFE-3D24-4C64-B81D-941239D12249}",
                                                }, -- end of [10]
                                            }, -- end of pylons
                                            fuel = "9400",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 239979.8099839,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = 110,
                                        }, -- end of callsign
                                        onboard_num = 55,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [3]
                            [4] = 
                            {
                                hidden = false,
                                name = "СНГ Су-24",
                                groupId = 94,
                                route = 
                                {
                                    points = 
                                    {
                                        [1] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.7532262819021,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76809514812762,
                                            x = -160551.11491527,
                                            speed = 138.88888888889,
                                            y = 795718.18062886,
                                        }, -- end of [1]
                                        [2] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74952528804878,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77000914633853,
                                            x = -182934.9386134,
                                            speed = 138.88888888889,
                                            y = 807802.04720613,
                                        }, -- end of [2]
                                        [3] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74498625568932,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77265028048689,
                                            x = -210202.80658887,
                                            speed = 138.88888888889,
                                            y = 824091.33004122,
                                        }, -- end of [3]
                                        [4] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74203338096224,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77200927346833,
                                            x = -229431.80027846,
                                            speed = 138.88888888889,
                                            y = 823611.10407101,
                                        }, -- end of [4]
                                        [5] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73819487330477,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.7692433171115,
                                            x = -255633.92184854,
                                            speed = 138.88888888889,
                                            y = 813793.97439827,
                                        }, -- end of [5]
                                        [6] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73588461955773,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.75931351493979,
                                            x = -276392.81975634,
                                            speed = 138.88888888889,
                                            y = 768641.67608091,
                                        }, -- end of [6]
                                        [7] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73547242225029,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.74578124186756,
                                            x = -286704.87639114,
                                            speed = 138.88888888889,
                                            y = 704771.95552884,
                                        }, -- end of [7]
                                        [8] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73583388051717,
                                            targets = 
                                            {
                                                [1] = 
                                                {
                                                    long = 0.74139201626734,
                                                    radius = 1,
                                                    y = 683430.54884358,
                                                    x = -284369.13860253,
                                                    lat = 0.73620985508734,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    long = 0.74140697221744,
                                                    radius = 1,
                                                    y = 683500.123384,
                                                    x = -284349.49100186,
                                                    lat = 0.7362117051184,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    long = 0.74142816364972,
                                                    radius = 1,
                                                    y = 683598.79681906,
                                                    x = -284322.46642677,
                                                    lat = 0.73621419864344,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    long = 0.74144073818345,
                                                    radius = 1,
                                                    y = 683657.19721989,
                                                    x = -284305.09521775,
                                                    lat = 0.73621588780876,
                                                    categories = 
                                                    {
                                                        [1] = "Point",
                                                    }, -- end of categories
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    long = 0.74136461672374,
                                                    radius = 100,
                                                    y = 683393.33611401,
                                                    x = -285207.19027105,
                                                    lat = 0.73608060189863,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    long = 0.74138333397428,
                                                    radius = 100,
                                                    y = 683436.79693263,
                                                    x = -284795.02213546,
                                                    lat = 0.73614373862182,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    long = 0.74153686360052,
                                                    radius = 100,
                                                    y = 684140.86747776,
                                                    x = -284503.18155614,
                                                    lat = 0.73617687679312,
                                                    categories = 
                                                    {
                                                        [1] = "Vehicles",
                                                    }, -- end of categories
                                                }, -- end of [7]
                                            }, -- end of targets
                                            long = 0.74317436983851,
                                            x = -285808.35297023,
                                            speed = 138.88888888889,
                                            y = 692149.83663595,
                                        }, -- end of [8]
                                        [9] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.73543858178919,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76302268284144,
                                            x = -277020.87984276,
                                            speed = 138.88888888889,
                                            y = 786587.18848791,
                                        }, -- end of [9]
                                        [10] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.74487550056133,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.77439916142912,
                                            x = -209786.94454455,
                                            speed = 138.88888888889,
                                            y = 832413.98543893,
                                        }, -- end of [10]
                                        [11] = 
                                        {
                                            alt = 5000,
                                            type = "Turning Point",
                                            action = "Turning Point",
                                            lat = 0.76024097598489,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.76511833971437,
                                            x = -117684.8570905,
                                            speed = 138.88888888889,
                                            y = 775942.89603122,
                                        }, -- end of [11]
                                        [12] = 
                                        {
                                            alt = 430,
                                            type = "Land",
                                            action = "Landing",
                                            lat = 0.759437,
                                            targets = 
                                            {
                                            }, -- end of targets
                                            long = 0.761624,
                                            x = -124921.90954665,
                                            speed = 138.88888888889,
                                            airdromeId = 27,
                                            y = 760428.0733062,
                                        }, -- end of [12]
                                    }, -- end of points
                                }, -- end of route
                                start_time = 82800,
                                task = "Pinpoint Strike",
                                units = 
                                {
                                    [1] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 407,
                                        lat = 0.7532262819021,
                                        skill = "Excellent",
                                        long = 0.76809514812762,
                                        x = -160551.11491527,
                                        name = "Игрок #4",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{16602053-4A12-40A2-B214-AB60D481B20E}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 795718.18062886,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 1,
                                            name = 111,
                                        }, -- end of callsign
                                        onboard_num = 56,
                                    }, -- end of [1]
                                    [2] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 408,
                                        lat = 0.7532192819021,
                                        skill = "Excellent",
                                        long = 0.76810214812762,
                                        x = -160591.32867071,
                                        name = "Пилот #5",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{16602053-4A12-40A2-B214-AB60D481B20E}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 795756.75414509,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 2,
                                            name = 112,
                                        }, -- end of callsign
                                        onboard_num = 57,
                                    }, -- end of [2]
                                    [3] = 
                                    {
                                        type = "Su-24M",
                                        CLSID = "{C3A1469C-E835-4ADF-924C-A5F3D8AEC550}",
                                        unitId = 409,
                                        lat = 0.7532122819021,
                                        skill = "Excellent",
                                        long = 0.76810914812762,
                                        x = -160631.54242615,
                                        name = "Пилот #6",
                                        payload = 
                                        {
                                            pylons = 
                                            {
                                                [1] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [1]
                                                [2] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [2]
                                                [3] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [3]
                                                [4] = 
                                                {
                                                    CLSID = "{39821727-F6E2-45B3-B1F0-490CC8921D1E}",
                                                }, -- end of [4]
                                                [5] = 
                                                {
                                                    CLSID = "{16602053-4A12-40A2-B214-AB60D481B20E}",
                                                }, -- end of [5]
                                                [6] = 
                                                {
                                                    CLSID = "{E2C426E3-8B10-4E09-B733-9CDC26520F48}",
                                                }, -- end of [6]
                                                [7] = 
                                                {
                                                    CLSID = "{B4FC81C9-B861-4E87-BBDC-A1158E648EBF}",
                                                }, -- end of [7]
                                                [8] = 
                                                {
                                                    CLSID = "{682A481F-0CB5-4693-A382-D00DD4A156D7}",
                                                }, -- end of [8]
                                            }, -- end of pylons
                                            fuel = "11700",
                                            flare = 96,
                                            chaff = 96,
                                            gun = 100,
                                        }, -- end of payload
                                        livery_id = 0,
                                        y = 795795.32766133,
                                        callsign = 
                                        {
                                            [1] = 1,
                                            [2] = 1,
                                            [3] = 0,
                                            name = "110",
                                        }, -- end of callsign
                                        onboard_num = 58,
                                    }, -- end of [3]
                                }, -- end of units
                            }, -- end of [4]
                        }, -- end of group
                    }, -- end of plane
                    static = 
                    {
                        group = 
                        {
                        }, -- end of group
                    }, -- end of static
                }, -- end of [2]
            }, -- end of country
        }, -- end of red
    }, -- end of coalition
    sortie = "Эскорт Штурмовиков",
    version = 2,
    trigfuncStartup = 
    {
    }, -- end of trigfuncStartup
    currentKey = 34417,
    start_time = 21600,
    forcedOptions = 
    {
    }, -- end of forcedOptions
    failures = 
    {
        hydro = 
        {
            hh = 0,
            prob = 100,
            label = "ГИДРО ОСН.",
            enable = false,
            mmint = 1,
            id = "hydro",
            mm = 0,
        }, -- end of hydro
        eos = 
        {
            hh = 0,
            prob = 100,
            label = "ОЛС",
            enable = false,
            mmint = 1,
            id = "eos",
            mm = 0,
        }, -- end of eos
        ecm = 
        {
            hh = 0,
            prob = 100,
            label = "РЭБ",
            enable = false,
            mmint = 1,
            id = "ecm",
            mm = 0,
        }, -- end of ecm
        helmet = 
        {
            hh = 0,
            prob = 100,
            label = "ШЛЕМ",
            enable = false,
            mmint = 1,
            id = "helmet",
            mm = 0,
        }, -- end of helmet
        l_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ЛЕВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "l_engine",
            mm = 0,
        }, -- end of l_engine
        autopilot = 
        {
            hh = 0,
            prob = 100,
            label = "АВТОПИЛОТ",
            enable = false,
            mmint = 1,
            id = "autopilot",
            mm = 0,
        }, -- end of autopilot
        hud = 
        {
            hh = 0,
            prob = 100,
            label = "ИЛС",
            enable = false,
            mmint = 1,
            id = "hud",
            mm = 0,
        }, -- end of hud
        asc = 
        {
            hh = 0,
            prob = 100,
            label = "САУ",
            enable = false,
            mmint = 1,
            id = "asc",
            mm = 0,
        }, -- end of asc
        rws = 
        {
            hh = 0,
            prob = 100,
            label = "СПО",
            enable = false,
            mmint = 1,
            id = "rws",
            mm = 0,
        }, -- end of rws
        r_engine = 
        {
            hh = 0,
            prob = 100,
            label = "ПРАВ. ДВИГ.",
            enable = false,
            mmint = 1,
            id = "r_engine",
            mm = 0,
        }, -- end of r_engine
        mfd = 
        {
            hh = 0,
            prob = 100,
            label = "МФД",
            enable = false,
            mmint = 1,
            id = "mfd",
            mm = 0,
        }, -- end of mfd
        radar = 
        {
            hh = 0,
            prob = 100,
            label = "РЛС",
            enable = false,
            mmint = 1,
            id = "radar",
            mm = 0,
        }, -- end of radar
    }, -- end of failures
} -- end of mission
